aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss5
1 files changed, 4 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 4404fa9b2..7c694f2e2 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -299,7 +299,6 @@
299 flex-wrap: wrap; 299 flex-wrap: wrap;
300 300
301 .video-miniature-information { 301 .video-miniature-information {
302 margin-left: 10px;
303 flex-grow: 1; 302 flex-grow: 1;
304 } 303 }
305 } 304 }
@@ -402,6 +401,10 @@
402 401
403 .other-videos { 402 .other-videos {
404 padding-left: 0; 403 padding-left: 0;
404
405 /deep/ .video-miniature .video-miniature-information {
406 margin-left: 10px;
407 }
405 } 408 }
406 409
407 .privacy-concerns { 410 .privacy-concerns {