Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-20 16:26:27 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 17:46:19 +0300
commit0af77346feb0b2c32c2e230099a79d252b4e6e02 (patch)
tree534d60df723caea8a048982251cac34c9656b196 /src/App.vue
parentce096346818b2d24b2c13bac4516512ad740221f (diff)
Rename ids for new nextcloud-vue version
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue
index c46d48824..4e5fae799 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -419,7 +419,7 @@ export default {
</script>
<style lang="scss" scoped>
-#content {
+#content-vue {
height: 100%;
&.in-call {
@@ -430,7 +430,7 @@ export default {
}
}
-#app-content {
+#app-content-vue {
min-width: 0;
flex: 1 1 100%;
}