Files
Peter Steinberger a6810bb00e fix(ui): align sidebar unread dot with pull-request rows (#129477)
The trailing unread dot sat 3.5px inboard on rows that also show a
pull-request icon, so the dots did not form one column down the sidebar.

`.session-row-state` centred its glyphs as one flex box, which only lands
the glyph on the action-icon axis when the box holds exactly one glyph.
Give each glyph its own fixed 14px grid track instead, so the trailing
glyph keeps that axis regardless of what precedes it.
2026-08-25 10:26:53 -07:00
..