From 5dfb7c1dec8222b0bbccac5b56ad46da1438747e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 18 Dec 2019 13:27:51 +0100 Subject: Add commentor name alongside fid for video comments --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (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 fe6a891d5..1b5d355f8 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -412,6 +412,10 @@ $video-info-margin-left: 44px; @media screen and (max-width: 1800px - (3* $video-miniature-width)) { margin-left: 1rem; } + @media screen and (max-width: 500px) { + margin-left: 0; + margin-top: .5rem; + } } } } -- cgit v1.2.3