diff --git a/config/ags/scss/widgets/systray.scss b/config/ags/scss/widgets/systray.scss index 04332d85..07889120 100644 --- a/config/ags/scss/widgets/systray.scss +++ b/config/ags/scss/widgets/systray.scss @@ -13,10 +13,6 @@ font-size: 25px; } -* { - min-width: 20px; - min-height: 20px; -} menuitem:not(.tray-item) { background: $bgfull; padding: 5px; diff --git a/config/ags/style.css b/config/ags/style.css index dd5049c8..bded0145 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -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;