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:
@@ -141,6 +141,7 @@
|
|||||||
.workspaces .inner-pad {
|
.workspaces .inner-pad {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
padding: 2px 3px 2px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces .contents {
|
.workspaces .contents {
|
||||||
|
|||||||
Reference in New Issue
Block a user