CSS to prevent notifications walkin off screen
This commit is contained in:
@@ -38,11 +38,17 @@ window#waybar {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
custom-notifications.empty {
|
#custom-notifications {
|
||||||
|
margin: 0 4px;
|
||||||
|
padding: 0 4px;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-notifications.empty {
|
||||||
color: @overlay1;
|
color: @overlay1;
|
||||||
}
|
}
|
||||||
|
|
||||||
custom-notifications.unread {
|
#custom-notifications.unread {
|
||||||
color: @yellow;
|
color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user