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/include | |
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/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 5 |
1 files changed, 3 insertions, 2 deletions
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; |