From 23f4c3d412974fa5fda52589d1192e098e260f1a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Mar 2018 08:49:34 +0200 Subject: Disply other videos if screen >= 1300px --- client/src/app/videos/+video-watch/video-watch.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3