repl: drop transcript max-width centering — λ> sigils now line up left-flush with active prompt
This commit is contained in:
parent
b6f685beec
commit
84ee18bac3
2 changed files with 6 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue