diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-16 14:27:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-16 14:27:12 +0100 |
commit | bcbf643249651a53b15116d19e0acbcee613b9a0 (patch) | |
tree | fe52105fba557d73e3c3646c9bc30abf5ec6f3ea | |
parent | 1ab6024345c8a4dd98588c55af9a218b77c8b714 (diff) | |
download | PeerTube-bcbf643249651a53b15116d19e0acbcee613b9a0.tar.gz PeerTube-bcbf643249651a53b15116d19e0acbcee613b9a0.tar.zst PeerTube-bcbf643249651a53b15116d19e0acbcee613b9a0.zip |
Fix about and display live info layout
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 1 | ||||
-rw-r--r-- | client/src/app/shared/shared-video-live/live-stream-information.component.scss | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index aa6e5ab19..1a6fad13a 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -4,6 +4,7 @@ | |||
4 | .about-instance-title { | 4 | .about-instance-title { |
5 | display: flex; | 5 | display: flex; |
6 | justify-content: space-between; | 6 | justify-content: space-between; |
7 | margin-bottom: 20px; | ||
7 | 8 | ||
8 | .title { | 9 | .title { |
9 | font-size: 20px; | 10 | font-size: 20px; |
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.scss b/client/src/app/shared/shared-video-live/live-stream-information.component.scss index 00d839448..ad66ab500 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.scss +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.scss | |||
@@ -9,6 +9,10 @@ p-autocomplete { | |||
9 | margin: 20px 0; | 9 | margin: 20px 0; |
10 | } | 10 | } |
11 | 11 | ||
12 | .alert-info { | ||
13 | margin: 1rem 0; | ||
14 | } | ||
15 | |||
12 | .badge { | 16 | .badge { |
13 | font-size: 13px; | 17 | font-size: 13px; |
14 | } | 18 | } |