aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/menu/menu.component.scss4
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.scss4
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss1
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 {
26 overflow-y: auto; 26 overflow-y: auto;
27 } 27 }
28 28
29 .top-menu {
30 flex-grow: 1;
31 }
32
29 .logged-in-block { 33 .logged-in-block {
30 height: 100px; 34 height: 100px;
31 background-color: rgba(255, 255, 255, 0.15); 35 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 @@
54 &:not(.linkified-url) { 54 &:not(.linkified-url) {
55 @include disable-default-a-behaviour; 55 @include disable-default-a-behaviour;
56 56
57 color: #000; 57 color: var(--mainForegroundColor);
58 58
59 font-weight: $font-semibold; 59 font-weight: $font-semibold;
60 } 60 }
@@ -73,7 +73,7 @@
73 margin-right: 10px; 73 margin-right: 10px;
74 74
75 &:hover { 75 &:hover {
76 color: #000; 76 color: var(--mainForegroundColor);
77 } 77 }
78 } 78 }
79 } 79 }
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 @@
386 386
387my-video-comments { 387my-video-comments {
388 display: inline-block; 388 display: inline-block;
389 width: 100%;
389 margin-bottom: 20px; 390 margin-bottom: 20px;
390} 391}
391 392