From abf1c5858e0579ab2ebce0fd67064c54ef3ae990 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Mar 2018 09:39:23 +0200 Subject: [PATCH] Fix responsive in videos watch --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++-- 1 file 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 @@ @media screen and (max-width: 1600px) { .video-bottom { .video-info { - margin-right: 0; + margin-right: 20px; .video-info-first-row { flex-direction: column; @@ -346,7 +346,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1400px) { .other-videos { display: none; }