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:
authorJoas Schilling <coding@schilljs.com>2020-05-08 18:44:39 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 19:05:31 +0300
commit893e6bed04565c358778e2b440830315d0eba258 (patch)
treeba3fb5267f9248af880bbea9aef76c0e3158e54f /src/PublicShareSidebar.vue
parent2d2e32105366f3e439cd2b00c475bf16206abb4a (diff)
Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 1877da0fe..381e23827 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -234,6 +234,10 @@ export default {
overflow-x: hidden;
overflow-y: auto;
z-index: 1500;
+
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
}
.slide-right-leave-active,
@@ -254,12 +258,6 @@ export default {
max-width: 0 !important;
}
-#talk-sidebar {
- display: flex;
- flex-direction: column;
- justify-content: center;
-}
-
#talk-sidebar > .emptycontent {
/* Remove default margin-top as it is unneeded when showing only the empty
* content in a flex sidebar. */
@@ -308,10 +306,10 @@ export default {
}
#talk-sidebar #call-container ::v-deep .videoContainer {
- /* The video container has some small padding to prevent the video from
- * reaching the edges, but it also uses "width: 100%", so the padding should
- * be included in the full width of the element. */
- box-sizing: border-box;
+ /* The video container has some small padding to prevent the video from
+ * reaching the edges, but it also uses "width: 100%", so the padding should
+ * be included in the full width of the element. */
+ box-sizing: border-box;
}
#talk-sidebar #call-container ::v-deep .videoContainer.promoted video {