Fix #222: details pill border clipped thin at corners #226

Closed
fen wants to merge 1 commits from fix-222-pill-border into dev
1 Commits
Author SHA1 Message Date
fen c20de4c475 Fix #222: details pill border clipped thin at corners
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 44s
overflow:hidden on .stats-pill clips the element's own 1px border thin at
the rounded corners (visible at high zoom). Use an inset box-shadow ring
instead, which paints inside the clip path.
2026-09-10 14:16:56 -05:00