💥 fix(waybar): padding in notifications widget

This commit is contained in:
João Dias
2024-11-17 17:00:00 -03:00
parent db87a5865e
commit 6dbc7e69a2
+3 -3
View File
@@ -47,13 +47,13 @@
} }
/* Notifications */ /* Notifications */
widget #custom-notifications { #custom-notifications {
font-size: 16px; font-size: 16px;
padding-left: 12px; padding-left: 12px;
padding-right: 14px; padding-right: 13px;
} }
widget #custom-notifications.cc-open { #custom-notifications.cc-open {
background: @color1; background: @color1;
} }