mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
a6810bb00e
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.