feat(eww): fix button taking up more place than it visually does

This commit is contained in:
matt1432 2023-08-19 22:44:58 -04:00
parent a85e6f071c
commit 98cc247ed4

View file

@ -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"