drawing menu style

Reduce menu height.
This commit is contained in:
abakkk 2020-03-04 09:33:40 +01:00
parent 289b280f67
commit 4e3353863c
1 changed files with 5 additions and 5 deletions

View File

@ -39,8 +39,8 @@
} }
.draw-on-your-screen-menu .popup-menu-item { .draw-on-your-screen-menu .popup-menu-item {
padding-top: .32em; /* default: .4em */ padding-top: .3em; /* default: .4em */
padding-bottom: .32em; padding-bottom: .3em;
} }
.draw-on-your-screen-menu .popup-menu-icon { .draw-on-your-screen-menu .popup-menu-icon {
@ -49,7 +49,7 @@
} }
.draw-on-your-screen-menu .toggle-switch { .draw-on-your-screen-menu .toggle-switch {
height: 1.4em; /* default: 22px */ height: 1.35em; /* default: 22px */
} }
.draw-on-your-screen-menu-separator-item { .draw-on-your-screen-menu-separator-item {
@ -62,8 +62,8 @@
} }
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item { .draw-on-your-screen-menu-separator-item .popup-separator-menu-item {
margin-top: 0.4em; /* default 6px */ margin-top: 0.2em; /* default 6px */
margin-bottom: 0.4em; /* default 6px */ margin-bottom: 0.2em; /* default 6px */
} }
.draw-on-your-screen-menu-slider-label { .draw-on-your-screen-menu-slider-label {