Files
palette/internal
fen 50cf3ad697 Fix #222: remove double border on details pill that pinched at corners
The stats-pill sat directly inside a .float wrapper with zero padding, so
its own 1px border stacked at the same pixels as the wrapper's border and
the wrapper's larger border-radius + overflow:hidden clipped the pill's
arc, pinching the stroke thin at the corners. Drop the redundant inner
border/radius and let the float frame the pill, as with every other
padded float. All other pills were unaffected.
2026-09-10 14:17:13 -05:00
..