atlas: tab the merged post-line username off its text (min-width 4rem, like the POST view) so it reads distinctly from a provenance log's running prose

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-06-08 23:02:35 -04:00
parent 031658b80b
commit c683f02676

View File

@@ -416,7 +416,13 @@ html.sea-open .room-aperture.is-scrollable {
// source view's h2 bg: SCROLL (provenance) → --sixUser, POST → --sepUser. // source view's h2 bg: SCROLL (provenance) → --sixUser, POST → --sepUser.
// YARN + PULSE don't feed the ATLAS yet, so only these two are needed. // YARN + PULSE don't feed the ATLAS yet, so only these two are needed.
.atlas-row[data-source="provenance"] { border-inline-start-color: rgba(var(--sixUser), 1); } .atlas-row[data-source="provenance"] { border-inline-start-color: rgba(var(--sixUser), 1); }
.atlas-row[data-source="post"] { border-inline-start-color: rgba(var(--sepUser), 1); } .atlas-row[data-source="post"] {
border-inline-start-color: rgba(var(--sepUser), 1);
// Tab the username off its text — mirrors the POST view's >=4rem
// author column, so a merged post line reads distinctly from a
// provenance log's running prose.
.atlas-row-who { min-width: 4rem; }
}
} }
// ── CHAT / PULSE stubs ──────────────────────────────────────────────── // ── CHAT / PULSE stubs ────────────────────────────────────────────────
@@ -1168,8 +1174,8 @@ html .room-gate-page.room-gate-page .position-strip .gate-slot { pointer-events:
grid-row: 2; grid-row: 2;
justify-self: center; justify-self: center;
font-size: 0.8rem; font-size: 0.8rem;
&.fa-ban { color: rgba(var(--priRd), 1); } &.fa-ban { color: rgba(var(--secRd), 1); }
&.fa-circle-check { color: rgba(var(--priGn), 1); } &.fa-circle-check { color: rgba(var(--secGn), 1); }
} }
// Left-side positions: flip column order so chair is closest to the table // Left-side positions: flip column order so chair is closest to the table