diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 20:38:50 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 20:38:50 +0100 |
commit | e61151b01c80e525db068ff12fcfe2c8ae04e1a4 (patch) | |
tree | 000244ef543eee9608afb1646561c8287bb7e9ef /client/src/sass/application.scss | |
parent | c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d (diff) | |
download | PeerTube-e61151b01c80e525db068ff12fcfe2c8ae04e1a4.tar.gz PeerTube-e61151b01c80e525db068ff12fcfe2c8ae04e1a4.tar.zst PeerTube-e61151b01c80e525db068ff12fcfe2c8ae04e1a4.zip |
Replace p-progressbar and bootstrap progressbar with pure CSS alt
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 413f8c49d..089a58009 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -181,6 +181,7 @@ label { | |||
181 | 181 | ||
182 | .title-page-about, | 182 | .title-page-about, |
183 | .title-page-settings { | 183 | .title-page-settings { |
184 | white-space: nowrap; | ||
184 | font-size: 115%; | 185 | font-size: 115%; |
185 | font-weight: $font-regular; | 186 | font-weight: $font-regular; |
186 | 187 | ||