messed with padding

This commit is contained in:
Emily 2021-07-29 11:16:00 +10:00
parent b0c8191788
commit 23b7517835
1 changed files with 6 additions and 13 deletions

View File

@ -18,7 +18,7 @@ window#waybar {
border-radius: 5px;
}
#workspaces button {
padding: 5px 10px;
padding: 5px 8px;
color: #c0caf5;
}
@ -34,16 +34,9 @@ window#waybar {
border-radius: 5px;
}
#mode {
background-color: #24283b;
color: #c0caf5;
margin-bottom: 8px;
border-radius: 5px;
padding: 5px 10px;
}
#tray, #custom-music, #clock, #battery, #pulseaudio, #backlight {
background-color: #24283b;
padding: 5px 10px;
padding: 5px 8px;
margin-bottom: 8px;
}
@ -69,15 +62,15 @@ window#waybar {
}
#custom-music {
border-radius: 5px 0px 0px 5px;
color: #f7768e;
border-radius: 5px 0px 0px 5px;
}
#tray {
border-radius: 0px 5px 5px 0px;
margin-right: 10px;
border-radius: 0px 5px 5px 0px;
margin-right: 8px;
}
#pulseaudio {
color: #e0af68;
}
}