diff options
-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 | } |