From 63687325e089bcda928f458c66e8a6a4eb91bc5a Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Fri, 27 Feb 2026 14:56:21 +0100 Subject: [PATCH] CSS to prevent notifications walkin off screen --- henrovnix_ok/assets/conf/desktop/waybar/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 5135585cd..68bd1a0cd 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -38,11 +38,17 @@ window#waybar { border-radius: 10px; } -custom-notifications.empty { +#custom-notifications { + margin: 0 4px; + padding: 0 4px; + min-width: 0; +} + +#custom-notifications.empty { color: @overlay1; } -custom-notifications.unread { +#custom-notifications.unread { color: @yellow; }