repl: drop transcript max-width centering — λ> sigils now line up left-flush with active prompt

This commit is contained in:
russell@unturf.com 2026-06-14 16:00:09 -04:00
parent b6f685beec
commit 84ee18bac3
No known key found for this signature in database
2 changed files with 6 additions and 8 deletions

View file

@ -188,14 +188,13 @@ body.repl {
}
.transcript {
/* Same horizontal inset as the active prompt-bar so prior λ> sigils
* line up with the live one. */
* line up with the live one. No max-width / margin: auto here a
* centered transcript on wide viewports would mis-align with the
* left-flush prompt-bar. Long lines wrap inside the entry instead. */
padding: 0.4rem 0.4rem 0;
font-family: var(--mono);
font-size: 0.92em;
line-height: 1.45;
max-width: 90rem;
margin: 0 auto;
width: 100%;
}
.transcript .entry {
margin: 0;

View file

@ -188,14 +188,13 @@ body.repl {
}
.transcript {
/* Same horizontal inset as the active prompt-bar so prior λ> sigils
* line up with the live one. */
* line up with the live one. No max-width / margin: auto here a
* centered transcript on wide viewports would mis-align with the
* left-flush prompt-bar. Long lines wrap inside the entry instead. */
padding: 0.4rem 0.4rem 0;
font-family: var(--mono);
font-size: 0.92em;
line-height: 1.45;
max-width: 90rem;
margin: 0 auto;
width: 100%;
}
.transcript .entry {
margin: 0;