fix(ags): remove blank spaces in systray menus

This commit is contained in:
matt1432 2023-09-08 14:15:09 -04:00
parent 58055bf178
commit 18638c83e9
2 changed files with 0 additions and 7 deletions

View file

@ -13,10 +13,6 @@
font-size: 25px; font-size: 25px;
} }
* {
min-width: 20px;
min-height: 20px;
}
menuitem:not(.tray-item) { menuitem:not(.tray-item) {
background: $bgfull; background: $bgfull;
padding: 5px; padding: 5px;

View file

@ -135,9 +135,6 @@
all: unset; all: unset;
padding: 0px 2px 0px 2px; padding: 0px 2px 0px 2px;
font-size: 25px; } font-size: 25px; }
.sys-tray * {
min-width: 20px;
min-height: 20px; }
.sys-tray menuitem:not(.tray-item) { .sys-tray menuitem:not(.tray-item) {
background: #282a36; background: #282a36;
padding: 5px; padding: 5px;