From 8ca2812dac94bf226213f792b4bac31b7889bf19 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 17:00:19 +0200 Subject: [PATCH] fix blockquotes in chat --- files/templates/chat.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 1ef501e27..8ee1d1570 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -64,10 +64,11 @@ blockquote + :not(blockquote) { display: inline-block; + margin-top: 0.5rem; } - blockquote, blockquote + :not(blockquote) { - margin-top: 0.5rem !important; + blockquote { + margin-top: 0.5rem; } .diff {