diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-03 14:32:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-03 14:56:05 +0200 |
commit | a7d3671dc3c046b4f155528faf61c1930c049a51 (patch) | |
tree | 95b90d38c574d47215eb250a6247babe07a0b3e0 /client/src/app | |
parent | 947d01023d53b5b79174775abfd27823678e597b (diff) | |
download | PeerTube-a7d3671dc3c046b4f155528faf61c1930c049a51.tar.gz PeerTube-a7d3671dc3c046b4f155528faf61c1930c049a51.tar.zst PeerTube-a7d3671dc3c046b4f155528faf61c1930c049a51.zip |
Fix privacy warning ok button placement
Diffstat (limited to 'client/src/app')
-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 | ||