CSS to prevent notifications walkin off screen

This commit is contained in:
2026-02-27 14:56:21 +01:00
parent 0a5746a94f
commit 63687325e0
@@ -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;
}