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 --- */
#workspaces button { #workspaces button {
padding: 0px 0px; padding: 0px 4px;
min-width: 70px; min-width: 80px;
background-color: transparent; background-color: transparent;
color: @text; color: @text;
border: 1px solid @inactive; border: 1px solid @inactive;
border-radius: 10px; border-radius: 15px;
box-shadow: none; box-shadow: none;
} }
@@ -123,7 +123,7 @@ window#waybar {
padding: 0px 6px; padding: 0px 6px;
min-width: 80px; min-width: 80px;
color: @text; color: @text;
border-radius: 10px; border-radius: 15px;
font-weight: bold; font-weight: bold;
/* EXACT match: border color == background color */ /* EXACT match: border color == background color */