taffybar: reduce right-side padding on workspace pills

Asymmetric inner-pad padding (10px left, 3px right) so workspace
number labels have room on the left without extra space on the right.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 20:18:13 -08:00
committed by Kat Huang
parent 661ec9e73b
commit 61cec69e67

View File

@@ -141,6 +141,7 @@
.workspaces .inner-pad {
box-shadow: none;
border-width: 0;
padding: 2px 3px 2px 10px;
}
.workspaces .contents {