diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
1 files changed, 2 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 e6684e909..3446c34e3 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -314,7 +314,7 @@ | |||
314 | @media screen and (max-width: 1600px) { | 314 | @media screen and (max-width: 1600px) { |
315 | .video-bottom { | 315 | .video-bottom { |
316 | .video-info { | 316 | .video-info { |
317 | margin-right: 0; | 317 | margin-right: 20px; |
318 | 318 | ||
319 | .video-info-first-row { | 319 | .video-info-first-row { |
320 | flex-direction: column; | 320 | flex-direction: column; |
@@ -346,7 +346,7 @@ | |||
346 | } | 346 | } |
347 | } | 347 | } |
348 | 348 | ||
349 | @media screen and (max-width: 1200px) { | 349 | @media screen and (max-width: 1400px) { |
350 | .other-videos { | 350 | .other-videos { |
351 | display: none; | 351 | display: none; |
352 | } | 352 | } |