aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index 5127687b2..b27a70197 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -5,6 +5,7 @@
5 background-color: #000; 5 background-color: #000;
6 display: flex; 6 display: flex;
7 justify-content: center; 7 justify-content: center;
8 flex-grow: 1;
8 9
9 .remote-server-down { 10 .remote-server-down {
10 color: #fff; 11 color: #fff;
@@ -68,6 +69,7 @@
68.video-bottom { 69.video-bottom {
69 margin-top: 40px; 70 margin-top: 40px;
70 display: flex; 71 display: flex;
72 flex-grow: 1;
71 73
72 .video-info { 74 .video-info {
73 flex-grow: 1; 75 flex-grow: 1;