mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-12-01 11:37:13 -05:00
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:
parent
2fe2ce6912
commit
c1c7c91c38
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ details summary[role="button"] {
|
||||||
}
|
}
|
||||||
#buffer .logline {
|
#buffer .logline {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
#buffer .talk, #buffer .motd {
|
#buffer .talk, #buffer .motd {
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
|
|
Loading…
Reference in a new issue