diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 6 |
1 files changed, 4 insertions, 2 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 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 | } |