aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/video/video-miniature.component.scss1
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss6
2 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss
index 03e15afff..4789c2454 100644
--- a/client/src/app/shared/video/video-miniature.component.scss
+++ b/client/src/app/shared/video/video-miniature.component.scss
@@ -64,7 +64,6 @@ $more-margin-right: 10px;
64 64
65 .video-actions { 65 .video-actions {
66 margin-top: 3px; 66 margin-top: 3px;
67 margin-right: $more-margin-right;
68 width: $more-button-width; 67 width: $more-button-width;
69 height: 30px; 68 height: 30px;
70 69
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 81c319950..fe6a891d5 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -406,9 +406,11 @@ $video-info-margin-left: 44px;
406 height: 100%; 406 height: 100%;
407 margin-bottom: 20px; 407 margin-bottom: 20px;
408 flex-wrap: wrap; 408 flex-wrap: wrap;
409 }
409 410
410 .video-thumbnail { 411 .video-bottom {
411 margin-right: 10px 412 @media screen and (max-width: 1800px - (3* $video-miniature-width)) {
413 margin-left: 1rem;
412 } 414 }
413 } 415 }
414 } 416 }