feat(eww): fix button taking up more place than it visually does
This commit is contained in:
parent
a85e6f071c
commit
98cc247ed4
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@
|
|||
|
||||
(defwidget notif-panel []
|
||||
(box :orientation "v"
|
||||
:space-evenly false
|
||||
(eventbox :class "${notif-panel-state == 'true' ? 'toggle-on' : 'toggle-off'}"
|
||||
:onclick "${notif-panel-state == 'true' ? turn-notif-off : turn-notif-on}"
|
||||
:cursor "pointer"
|
||||
|
|
Loading…
Reference in a new issue