From: Chocobozzz Date: Wed, 5 Sep 2018 13:40:45 +0000 (+0200) Subject: Dislike bar in the same color as the button X-Git-Tag: v1.0.0-beta.12~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d6587aa42ddaa5acdf3a99127797377c7717850;p=oweals%2Fpeertube.git Dislike bar in the same color as the button --- 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});