forked from CringeStudios/gamja
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
@ -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…
x
Reference in New Issue
Block a user