sirius/admin
Local Dev 4d9fa1c026 site-sirius-x: content stays centred; drop the sidenav padding-left shift
Every Sirius.X page had a leftover
  @media (min-width: 721px) { header.hero, .wrap { padding-left: calc(var(--sn-w) + 1.2rem) } }
that shifted the whole reading column right by the sidebar width. On a
1400px viewport that pushed the "Names on the chain" hero and every
section off-axis — the search input, the Try it cards, the Pantheon
grid all sat right of centre while the sidebar hogged the empty left
gutter. The sidenav is a pointer-events:none overlay at opacity 0.35
now, so text peeking under the semi-transparent rail is by design;
padding the content away from it defeats the whole point of an
overlay design and creates the shifted-body layout the user flagged
in the screenshot.

Removed on index, tld, docs, admin, brand and theseus/. Content
returns to the middle of the viewport regardless of sidebar width.
2026-09-22 01:10:05 +02:00
..
index.html site-sirius-x: content stays centred; drop the sidenav padding-left shift 2026-09-22 01:10:05 +02:00