From bceae898e477f3ec6eca1bd61c7333b5d6e812f8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 13 Aug 2022 11:06:12 +0200 Subject: [PATCH] cosmetic changes to chat --- files/templates/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 228a97e34..d3176dac0 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -53,11 +53,11 @@ border-radius: 3px; } - .chat-message p { + p, h1 { display: inherit; } - blockquote + p { + blockquote + p, blockquote + h1 { display: inline-block !important; }