From: Chocobozzz Date: Mon, 26 Mar 2018 07:39:23 +0000 (+0200) Subject: Fix responsive in videos watch X-Git-Tag: v1.0.0-beta.2~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abf1c5858e0579ab2ebce0fd67064c54ef3ae990;p=oweals%2Fpeertube.git Fix responsive in videos watch --- 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; }