taffybar: stabilize workspace icon padding

This commit is contained in:
2026-05-03 00:13:17 -07:00
parent ba435c5119
commit 8ee4a242ab
2 changed files with 4 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
}
.visible .contents,
.workspaces .window-icon-container,
.workspaces .window-icon-container.active {
padding-top: 1px;
padding-bottom: 1px;

View File

@@ -249,16 +249,15 @@
/* Don't give each window icon its own background/border; the workspace
squircle is the background. */
background-color: transparent;
border: 0px;
border: 1px solid transparent;
box-shadow: none;
padding: 0px 2px;
padding: 2px 4px;
}
.workspaces .window-icon-container.active {
background-color: rgba(255, 255, 255, 0.10);
border: 1px solid rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
border-radius: 7px;
padding: 2px 4px;
}
.workspaces .active .contents,