diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/app.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/search/search.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 9eca31320..ded45b5f7 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -85,10 +85,10 @@ | |||
85 | footer { | 85 | footer { |
86 | border-top: 1px solid $footer-border-color; | 86 | border-top: 1px solid $footer-border-color; |
87 | padding: 10px 0; | 87 | padding: 10px 0; |
88 | text-align: center; | ||
89 | font-size: 11px; | 88 | font-size: 11px; |
90 | margin-top: $footer-margin; | 89 | margin-top: $footer-margin; |
91 | height: $footer-height; | 90 | height: $footer-height; |
91 | justify-content: center; | ||
92 | } | 92 | } |
93 | 93 | ||
94 | simple-notifications { | 94 | simple-notifications { |
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index ef89c5666..e54a8b32a 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss | |||
@@ -11,7 +11,7 @@ | |||
11 | } | 11 | } |
12 | 12 | ||
13 | .search-result { | 13 | .search-result { |
14 | margin: 40px; | 14 | padding: 40px; |
15 | 15 | ||
16 | .results-header { | 16 | .results-header { |
17 | font-size: 16px; | 17 | font-size: 16px; |
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 5127687b2..b27a70197 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -5,6 +5,7 @@ | |||
5 | background-color: #000; | 5 | background-color: #000; |
6 | display: flex; | 6 | display: flex; |
7 | justify-content: center; | 7 | justify-content: center; |
8 | flex-grow: 1; | ||
8 | 9 | ||
9 | .remote-server-down { | 10 | .remote-server-down { |
10 | color: #fff; | 11 | color: #fff; |
@@ -68,6 +69,7 @@ | |||
68 | .video-bottom { | 69 | .video-bottom { |
69 | margin-top: 40px; | 70 | margin-top: 40px; |
70 | display: flex; | 71 | display: flex; |
72 | flex-grow: 1; | ||
71 | 73 | ||
72 | .video-info { | 74 | .video-info { |
73 | flex-grow: 1; | 75 | flex-grow: 1; |