moby: sxmo: waybar: use consistent left/right padding

This commit is contained in:
Colin 2023-07-24 21:11:08 +00:00
parent 7ce33340f9
commit c7f0e5c8b5

View File

@ -9,6 +9,12 @@ window#waybar {
transition-duration: .2s;
}
.modules-right {
/* workspace buttons (LHS) get padding between it and the screen edge */
/* replicate that same padding for whatever's on the RHS (i.e. the clock) */
margin-right: 5px;
}
#workspaces button {
padding: 0 5px;
background-color: #418379;