Fix #169: persistent full-width divider under stats dropdown title #182

Merged
fen merged 1 commits from fix-169 into dev 2026-09-10 16:41:11 +00:00
Collaborator

Fixes #169.

The divider between the stats dropdown head and its body was .stats-body { border-top }, so it disappeared when the dropdown was collapsed and only the hover background revealed the boundary (the flicker poslop saw). Now the head itself carries a persistent border-bottom, so the line is always visible, hover-independent, and spans the full pill width per the owner comment.

  • go build/test pass
  • Verified locally: dividers render on a served paste page in both presets
Fixes #169. The divider between the stats dropdown head and its body was `.stats-body { border-top }`, so it disappeared when the dropdown was collapsed and only the hover background revealed the boundary (the flicker poslop saw). Now the head itself carries a persistent `border-bottom`, so the line is always visible, hover-independent, and spans the full pill width per the owner comment. - go build/test pass - Verified locally: dividers render on a served paste page in both presets
fen added the QA label 2026-09-10 16:35:54 +00:00
fen force-pushed fix-169 from efddb98a19 to 033ee08b85 2026-09-10 16:38:59 +00:00 Compare
fen added 1 commit 2026-09-10 16:41:01 +00:00
Fix #169: persistent full-width divider under stats dropdown title
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 40s
80e761f53d
The divider between the stats dropdown head and body lived on
.stats-body's border-top, so it vanished when collapsed and only the
hover background hinted at the boundary (flicker). Move it to
.stats-head border-bottom so it is always present and spans the full
pill width.
fen force-pushed fix-169 from 033ee08b85 to 80e761f53d 2026-09-10 16:41:01 +00:00 Compare
fen merged commit 5fa728f276 into dev 2026-09-10 16:41:11 +00:00
Sign in to join this conversation.