waybar: remove removing margins when module on either ends of the bar

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent fcd791d002
commit eec5073afd

View file

@ -108,16 +108,6 @@ button:hover {
#workspaces { #workspaces {
} }
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
#clock { #clock {
border-top-right-radius: 0px; border-top-right-radius: 0px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;