From 11dd0c2e4202e7ad68d8b7e6706de846401d29ff Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Apr 2019 13:25:52 +0200 Subject: Improve abstract videos list Better responsive and align miniatures to the left --- client/src/app/videos/+video-watch/video-watch.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 11406e887..2874847cd 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -20,8 +20,6 @@ $player-factor: 1.7; // 16/9 } .root { - margin: 0 -15px; - &.theater-enabled #video-wrapper { flex-direction: column; justify-content: center; @@ -51,6 +49,7 @@ $player-factor: 1.7; // 16/9 background-color: #000; display: flex; justify-content: center; + margin: 0 -15px; .remote-server-down { color: #fff; @@ -531,7 +530,7 @@ my-video-comments { @media screen and (max-width: 600px) { .video-bottom { - margin: 20px 0 0 0; + margin: 20px 0 0 0 !important; .video-info { padding: 0; -- cgit v1.2.3