working on padding

This commit is contained in:
2026-02-27 16:05:55 +01:00
parent 006a3485b1
commit fcbeacb04c
@@ -29,12 +29,12 @@ window#waybar {
/* --- Workspaces --- */
#workspaces button {
padding: 0px 0px;
min-width: 70px;
padding: 0px 4px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 1px solid @inactive;
border-radius: 10px;
border-radius: 15px;
box-shadow: none;
}
@@ -123,7 +123,7 @@ window#waybar {
padding: 0px 6px;
min-width: 80px;
color: @text;
border-radius: 10px;
border-radius: 15px;
font-weight: bold;
/* EXACT match: border color == background color */