Tighten taffybar widget spacing

This commit is contained in:
2026-02-10 22:34:01 -08:00
committed by Kat Huang
parent 4bf7ae75c1
commit ce25ccd975

View File

@@ -50,7 +50,7 @@
background-color: @pill-background;
border: 0px;
border-radius: 6px;
margin: 4px 6px;
margin: 4px 4px;
/* No white outline; define shape with subtle inner highlight + dark stroke. */
box-shadow:
inset 0 1px 0 @pill-highlight,
@@ -84,6 +84,8 @@
in the cascade, so it wins. */
.workspaces .outer-pad {
background-color: @pill-background;
/* Keep workspace pills slightly tighter than default widget spacing. */
margin: 4px 3px;
box-shadow:
inset 0 1px 0 @pill-highlight,
inset 0 0 0 1px @pill-border,