diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-26 19:46:59 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-26 19:46:59 +0100 |
commit | bc584963ff0e0e8ad16fdd08c0fce5900fac0630 (patch) | |
tree | bfca88e6cbfacb7a63cab4c57cd5e7ab44a335de /client/src/sass/bootstrap.scss | |
parent | c06af5012ecc925ca924e6e20db3a1d909b1148e (diff) | |
download | PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.gz PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.tar.zst PeerTube-bc584963ff0e0e8ad16fdd08c0fce5900fac0630.zip |
Update noscript message, reduce dropdown icon size and horizontal padding
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 2f691de70..a3261a8a6 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -162,3 +162,7 @@ ngb-tabset.bootstrap { | |||
162 | max-height: 1500px; | 162 | max-height: 1500px; |
163 | } | 163 | } |
164 | } | 164 | } |
165 | |||
166 | .dropdown-divider { | ||
167 | margin: 0.3rem 0; | ||
168 | } \ No newline at end of file | ||