diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-05 15:40:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-05 15:40:45 +0200 |
commit | 1d6587aa42ddaa5acdf3a99127797377c7717850 (patch) | |
tree | 0cf4fbf16599e7b213a5862b14f8dd9a29b24e94 /client/src/app | |
parent | dcbc29d5c89cc5106a7e738af6861565f740dbe7 (diff) | |
download | PeerTube-1d6587aa42ddaa5acdf3a99127797377c7717850.tar.gz PeerTube-1d6587aa42ddaa5acdf3a99127797377c7717850.tar.zst PeerTube-1d6587aa42ddaa5acdf3a99127797377c7717850.zip |
Dislike bar in the same color as the button
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 9 |
1 files changed, 7 insertions, 2 deletions
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 @@ | |||
286 | height: $likes-bar-height; | 286 | height: $likes-bar-height; |
287 | margin-top: -$likes-bar-height; | 287 | margin-top: -$likes-bar-height; |
288 | width: 186px; | 288 | width: 186px; |
289 | background-color: #E5E5E5; | 289 | background-color: $red; |
290 | position: relative; | 290 | position: relative; |
291 | top: 10px; | 291 | top: 10px; |
292 | 292 | ||
293 | .likes-bar { | 293 | .likes-bar { |
294 | height: 100%; | 294 | height: 100%; |
295 | background-color: #39CC0B; | 295 | background-color: $green; |
296 | } | 296 | } |
297 | } | 297 | } |
298 | } | 298 | } |
@@ -384,6 +384,11 @@ | |||
384 | } | 384 | } |
385 | } | 385 | } |
386 | 386 | ||
387 | my-video-comments { | ||
388 | display: inline-block; | ||
389 | margin-bottom: 20px; | ||
390 | } | ||
391 | |||
387 | // If the view is not expanded, take into account the menu | 392 | // If the view is not expanded, take into account the menu |
388 | .privacy-concerns { | 393 | .privacy-concerns { |
389 | width: calc(100% - #{$menu-width}); | 394 | width: calc(100% - #{$menu-width}); |