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 | |
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')
-rw-r--r-- | client/src/sass/bootstrap.scss | 4 | ||||
-rw-r--r-- | client/src/sass/include/_mixins.scss | 5 |
2 files changed, 7 insertions, 2 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 | ||
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index dd2255cbb..17217283e 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -534,10 +534,11 @@ | |||
534 | } | 534 | } |
535 | 535 | ||
536 | @mixin dropdown-with-icon-item { | 536 | @mixin dropdown-with-icon-item { |
537 | padding: 6px 24px; | 537 | padding: 6px 15px; |
538 | 538 | ||
539 | my-global-icon { | 539 | my-global-icon { |
540 | width: 24px; | 540 | width: 22px; |
541 | opacity: .7; | ||
541 | 542 | ||
542 | margin-right: 10px; | 543 | margin-right: 10px; |
543 | position: relative; | 544 | position: relative; |