From 66467298e636875c1d1016902a98624adf8bc242 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Sep 2018 20:00:47 +0200 Subject: [PATCH] fix comment and top-menu placement regressions --- client/src/app/menu/menu.component.scss | 4 ++++ .../videos/+video-watch/comment/video-comment.component.scss | 4 ++-- client/src/app/videos/+video-watch/video-watch.component.scss | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index a699da12f..fc5110eda 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -26,6 +26,10 @@ menu { overflow-y: auto; } + .top-menu { + flex-grow: 1; + } + .logged-in-block { height: 100px; background-color: rgba(255, 255, 255, 0.15); diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index 285db061f..f331fab80 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -54,7 +54,7 @@ &:not(.linkified-url) { @include disable-default-a-behaviour; - color: #000; + color: var(--mainForegroundColor); font-weight: $font-semibold; } @@ -73,7 +73,7 @@ margin-right: 10px; &:hover { - color: #000; + color: var(--mainForegroundColor); } } } 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 c657e4b70..0d593ea32 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -386,6 +386,7 @@ my-video-comments { display: inline-block; + width: 100%; margin-bottom: 20px; } -- 2.41.0