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
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-09-27 15:41:26 +0300
committerJoas Schilling <coding@schilljs.com>2021-09-27 15:41:26 +0300
commita3ca66ea8d4e7abcb51837593825f72091a5248f (patch)
tree9b0153853c34cde7bc142dcb617cc407046ba042 /src
parentf64573d254114603ff13f7dfcca4cdebf778d473 (diff)
Fix missing background in callview placeholder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/CallView/CallView.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CallView/CallView.vue b/src/components/CallView/CallView.vue
index dea7d455c..fa0e8c60d 100644
--- a/src/components/CallView/CallView.vue
+++ b/src/components/CallView/CallView.vue
@@ -678,6 +678,7 @@ export default {
#call-container {
width: 100%;
+ height: 100%;
background-color: $color-call-background;
}