From 0958d04dd82f6d00abd024f5adaade80c362b918 Mon Sep 17 00:00:00 2001 From: ygg2 Date: Thu, 31 Oct 2024 02:28:18 -0400 Subject: [PATCH] fix other bug --- src/webpage/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index d2047c2..c7fa9e9 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1082,6 +1082,9 @@ span .quote:last-of-type .quoteline { .replytext a { pointer-events: none; } +.replytext pre { + display: inline; +} .reply { flex: 1; background: var(--reply-line);