diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-05 20:00:47 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-05 20:00:47 +0200 |
commit | 66467298e636875c1d1016902a98624adf8bc242 (patch) | |
tree | 449ab07388ade148d1c23fbaf1ecfa3351f745b3 /client/src/app/videos | |
parent | db6d617dd2e578894661e57dafe02194e2b28f16 (diff) | |
download | PeerTube-66467298e636875c1d1016902a98624adf8bc242.tar.gz PeerTube-66467298e636875c1d1016902a98624adf8bc242.tar.zst PeerTube-66467298e636875c1d1016902a98624adf8bc242.zip |
fix comment and top-menu placement regressions
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 1 |
2 files changed, 3 insertions, 2 deletions
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 | ||
387 | my-video-comments { | 387 | my-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 | ||