aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Braam <martijn@brixit.nl>2024-03-11 17:45:16 +0100
committerSimon Ser <contact@emersion.fr>2024-03-12 09:29:37 +0100
commitc1c7c91c38febf635dcc61ccf87a7c8a9d8217e5 (patch)
treeaba4747e2782e039776c35327471bcce0362dfef
parent2fe2ce6912f89502e1f2cc4c21a80608c90e99fd (diff)
downloadgamja-c1c7c91c38febf635dcc61ccf87a7c8a9d8217e5.tar.gz
gamja-c1c7c91c38febf635dcc61ccf87a7c8a9d8217e5.zip
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.
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2e7728c..dd41582 100644
--- a/style.css
+++ b/style.css
@@ -388,6 +388,7 @@ details summary[role="button"] {
}
#buffer .logline {
white-space: pre-wrap;
+ overflow: auto;
}
#buffer .talk, #buffer .motd {
color: var(--main-color);