diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 insertions, 1 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 8c2335300..e0009ed3f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -469,7 +469,7 @@ my-video-comments { | |||
469 | display: flex; | 469 | display: flex; |
470 | flex-wrap: nowrap; | 470 | flex-wrap: nowrap; |
471 | align-items: center; | 471 | align-items: center; |
472 | justify-content: flex-start; | 472 | justify-content: space-between; |
473 | background-color: rgba(0, 0, 0, 0.9); | 473 | background-color: rgba(0, 0, 0, 0.9); |
474 | color: #fff; | 474 | color: #fff; |
475 | 475 | ||