From: Chocobozzz Date: Mon, 16 Jul 2018 13:05:06 +0000 (+0200) Subject: Fix other videos info left margin X-Git-Tag: v1.0.0-beta.10.pre.1~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac862a8c20479d45e1aeb9b2c4a3441b07784520;p=oweals%2Fpeertube.git Fix other videos info left margin --- 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 4404fa9b2..7c694f2e2 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -299,7 +299,6 @@ flex-wrap: wrap; .video-miniature-information { - margin-left: 10px; flex-grow: 1; } } @@ -402,6 +401,10 @@ .other-videos { padding-left: 0; + + /deep/ .video-miniature .video-miniature-information { + margin-left: 10px; + } } .privacy-concerns {