aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss8
1 files changed, 7 insertions, 1 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 ddd19e049..dfabdfa60 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -289,9 +289,11 @@
289 display: flex; 289 display: flex;
290 height: 100%; 290 height: 100%;
291 margin-bottom: 20px; 291 margin-bottom: 20px;
292 flex-wrap: wrap;
292 293
293 .video-miniature-information { 294 .video-miniature-information {
294 margin-left: 10px; 295 margin-left: 10px;
296 flex-grow: 1;
295 } 297 }
296 } 298 }
297 } 299 }
@@ -387,8 +389,12 @@
387} 389}
388 390
389@media screen and (max-width: 1300px) { 391@media screen and (max-width: 1300px) {
392 .video-bottom {
393 flex-direction: column;
394 }
395
390 .other-videos { 396 .other-videos {
391 display: none; 397 padding-left: 0;
392 } 398 }
393 399
394 .privacy-concerns { 400 .privacy-concerns {