Sidebar icons sit 10px from their labels

979e72d53964 · AtlantisPleb · · parent e6b21acc8bc7

Sidebar icons sit 10px from their labels

Owner's call, changed from 12px. Both columns move together, since the point
of stating the distance on the icon was that the nav rows and the footer links
should never drift apart again.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified assets/css/app.css
  • modified assets/css/openagents.css

Diff

2 files changed, +3 -3

assets/css/app.css modified +1 -1

@@ -368,7 +368,7 @@

368 368
     spacing from `.sidebar-row__content`'s 6px gap and the footer links from
369 369
     their own 12px, so the two columns sat at different distances from their
370 370
     labels while looking like the same control. */
371
  margin-right: 12px;
371
  margin-right: 10px;
372 372
  color: currentColor;
373 373
  font-size: 16px;
374 374
}
assets/css/openagents.css modified +2 -2

@@ -2598,8 +2598,8 @@

2598 2598
    width: 16px;
2599 2599
    height: 16px;
2600 2600
    flex: none;
2601
    /* The same 12px the nav rows use, so the two columns read as one set. */
2602
    margin-right: 12px;
2601
    /* The same 10px the nav rows use, so the two columns read as one set. */
2602
    margin-right: 10px;
2603 2603
    font-size: 16px;
2604 2604
  }
2605 2605

This page updates live while a promote is in flight · changelog