mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -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 {
|
||||
padding: 10px;
|
||||
}
|
||||
#buffer .logline {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#buffer .talk, #buffer .motd {
|
||||
color: var(--main-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue