taffybar: reduce widget squircle border-radius for squarer shape

outer-pad: 12px -> 6px, inner-pad: 9px -> 4px

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

View File

@@ -31,7 +31,7 @@
.outer-pad { .outer-pad {
background-color: @pill-background; background-color: @pill-background;
border: 0px; border: 0px;
border-radius: 12px; border-radius: 6px;
margin: 4px 6px; margin: 4px 6px;
/* No white outline; define shape with subtle inner highlight + dark stroke. */ /* No white outline; define shape with subtle inner highlight + dark stroke. */
box-shadow: box-shadow:
@@ -42,7 +42,7 @@
.inner-pad { .inner-pad {
padding: 2px 10px; padding: 2px 10px;
border-radius: 9px; border-radius: 4px;
} }
.contents { .contents {