From 1d6587aa42ddaa5acdf3a99127797377c7717850 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Sep 2018 15:40:45 +0200 Subject: Dislike bar in the same color as the button --- client/src/app/videos/+video-watch/video-watch.component.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 58c45cde9..c657e4b70 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -286,13 +286,13 @@ height: $likes-bar-height; margin-top: -$likes-bar-height; width: 186px; - background-color: #E5E5E5; + background-color: $red; position: relative; top: 10px; .likes-bar { height: 100%; - background-color: #39CC0B; + background-color: $green; } } } @@ -384,6 +384,11 @@ } } +my-video-comments { + display: inline-block; + margin-bottom: 20px; +} + // If the view is not expanded, take into account the menu .privacy-concerns { width: calc(100% - #{$menu-width}); -- cgit v1.2.3