From 6ea5e5f6790c6a99568984b80ad86c44ac5a38f2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 16:58:48 +0200 Subject: [PATCH] fix blockquotes in chat --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 0d6e009d7..1ef501e27 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -66,7 +66,7 @@ display: inline-block; } - blockquote { + blockquote, blockquote + :not(blockquote) { margin-top: 0.5rem !important; }