drawing menu separator item style improvement

This commit is contained in:
abakkk 2020-01-02 00:32:14 +01:00
parent 1c6fa54d69
commit 6d27a37478
1 changed files with 7 additions and 2 deletions

View File

@ -97,15 +97,20 @@
height: 1.4em; /* default: 22px */
}
.draw-on-your-screen-menu .popup-menu-item.draw-on-your-screen-menu-separator-item {
.draw-on-your-screen-menu-separator-item {
padding-top: 0.14em;
padding-bottom: 0.14em;
}
.draw-on-your-screen-menu-separator StLabel {
.draw-on-your-screen-menu-separator-item StLabel {
font-size: 0;
}
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item {
margin-top: 0.4em; /* default 6px */
margin-bottom: 0.4em; /* default 6px */
}
.draw-on-your-screen-menu-slider-label {
min-width: 3em;
text-align: right;