From 6dbc7e69a259aaccdd8c4e5099af4a1061e0fe5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 17 Nov 2024 17:00:00 -0300 Subject: [PATCH] :boom: fix(waybar): padding in notifications widget --- waybar/modules.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waybar/modules.css b/waybar/modules.css index 8ceae4e..10b9c67 100644 --- a/waybar/modules.css +++ b/waybar/modules.css @@ -47,13 +47,13 @@ } /* Notifications */ -widget #custom-notifications { +#custom-notifications { font-size: 16px; padding-left: 12px; - padding-right: 14px; + padding-right: 13px; } -widget #custom-notifications.cc-open { +#custom-notifications.cc-open { background: @color1; }