Slightly tweaks spacings to look better

This commit is contained in:
Evie Litherland-Smith 2024-12-20 08:50:05 +00:00
parent a38b23ebd0
commit 2d2003b563

View file

@ -289,7 +289,7 @@
window > box {
color: ${scheme.base05};
background: alpha(${scheme.base00}, ${toString opacity});
margin: 5px 0px 5px 5px;
margin: 5px 0px 5px 6px;
padding: 2px;
border: 1px solid ${scheme.base04};
border-radius: 10px;
@ -334,7 +334,7 @@
}
#workspaces button {
padding: 2px 5px 2px 0px;
padding: 2px 5px 2px 1px;
}
#workspaces button.empty {
color: ${scheme.base03};