From 94dfca3e35d10368fe424a48b0f78d9e0d04e724 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 12 Dec 2019 19:42:37 +0100 Subject: video description/account alignment, watch view basic tooltips --- client/src/app/videos/+video-watch/video-watch.component.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 7b134a4dc..314f9849d 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -176,7 +176,7 @@ $player-factor: 1.7; // 16/9 img { @include avatar(18px); - margin: -2px 2px 0 5px; + margin: -2px 5px 0 0; } } @@ -199,11 +199,14 @@ $player-factor: 1.7; // 16/9 opacity: 0.8; } + span { + margin-left: 2px; + } + img { @include avatar(18px); - margin-top: -2px; - margin-left: 7px; + margin: -2px 5px 0 0; } } @@ -397,7 +400,7 @@ $player-factor: 1.7; // 16/9 .video-miniature { display: flex; - width: $other-videos-width; + width: max-content; height: 100%; margin-bottom: 20px; flex-wrap: wrap; -- cgit v1.2.3