From: Chocobozzz Date: Thu, 29 Mar 2018 06:49:34 +0000 (+0200) Subject: Disply other videos if screen >= 1300px X-Git-Tag: v1.0.0-beta.3~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23f4c3d412974fa5fda52589d1192e098e260f1a;p=oweals%2Fpeertube.git Disply other videos if screen >= 1300px --- 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 3446c34e3..10993735b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -346,7 +346,7 @@ } } -@media screen and (max-width: 1400px) { +@media screen and (max-width: 1300px) { .other-videos { display: none; }