Prevent zalgo in IRC messages

the overflow: auto; rule is enough to prevent zalgo from drawing over
other IRC messages containing it to a single line.
This commit is contained in:
Martijn Braam 2024-03-11 17:45:16 +01:00 committed by Simon Ser
parent 2fe2ce6912
commit c1c7c91c38

View file

@ -388,6 +388,7 @@ details summary[role="button"] {
}
#buffer .logline {
white-space: pre-wrap;
overflow: auto;
}
#buffer .talk, #buffer .motd {
color: var(--main-color);