fix(ags): remove blank spaces in systray menus
This commit is contained in:
parent
58055bf178
commit
18638c83e9
2 changed files with 0 additions and 7 deletions
|
@ -13,10 +13,6 @@
|
|||
font-size: 25px;
|
||||
}
|
||||
|
||||
* {
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
}
|
||||
menuitem:not(.tray-item) {
|
||||
background: $bgfull;
|
||||
padding: 5px;
|
||||
|
|
|
@ -135,9 +135,6 @@
|
|||
all: unset;
|
||||
padding: 0px 2px 0px 2px;
|
||||
font-size: 25px; }
|
||||
.sys-tray * {
|
||||
min-width: 20px;
|
||||
min-height: 20px; }
|
||||
.sys-tray menuitem:not(.tray-item) {
|
||||
background: #282a36;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Reference in a new issue