From 9e01e51099c2949036f29d01f7305dff4d2b8748 Mon Sep 17 00:00:00 2001 From: Simounet Date: Mon, 25 Jun 2018 19:13:47 +0200 Subject: Fix #576 - show 'Others videos' on a <1300px viewport --- client/src/app/videos/+video-watch/video-watch.component.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') 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 ddd19e049..dfabdfa60 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -289,9 +289,11 @@ display: flex; height: 100%; margin-bottom: 20px; + flex-wrap: wrap; .video-miniature-information { margin-left: 10px; + flex-grow: 1; } } } @@ -387,8 +389,12 @@ } @media screen and (max-width: 1300px) { + .video-bottom { + flex-direction: column; + } + .other-videos { - display: none; + padding-left: 0; } .privacy-concerns { -- cgit v1.2.3