diff options
-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}); |