From 3d984aeb2aaff9290c68e8637f935e0f3740ab3c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Mar 2022 22:04:52 +0200 Subject: [PATCH] fsd --- files/templates/chat.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index e15928037..546e3844c 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -70,10 +70,21 @@ max-height: 50px!important; } - p, blockquote p { + p { margin: 0!important; margin-left: 27px!important; } + + blockquote p { + padding-bottom: 0.3rem; + padding-top: 0.3rem; + } + + blockquote { + margin: 0!important; + margin-left: 27px!important; + margin-bottom: 5px !important; + }