mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Preserve white space sequences in log lines
This allows e.g. the MOTD to have properly-formatted ASCII art.
This commit is contained in:
parent
bc05fd5c11
commit
0fa6381c07
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@ details summary[role="button"] {
|
||||||
#buffer .logline-list {
|
#buffer .logline-list {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
#buffer .logline {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
#buffer .talk, #buffer .motd {
|
#buffer .talk, #buffer .motd {
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue