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
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 persistentborder-bottom, so the line is always visible, hover-independent, and spans the full pill width per the owner comment.efddb98a19to033ee08b85033ee08b85to80e761f53d