From e8d0b839c90381f3f2f91f432b0ce9eef5e51752 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Mar 2022 22:05:48 +0200 Subject: [PATCH] fds --- files/templates/chat.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 546e3844cf..bfe93658f1 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -67,22 +67,23 @@ } #input-text { - max-height: 50px!important; + max-height: 50px !important; } p { - margin: 0!important; - margin-left: 27px!important; + margin: 0 !important; + margin-left: 27px !important; } blockquote p { - padding-bottom: 0.3rem; - padding-top: 0.3rem; + padding-bottom: 0.3rem !important; + padding-top: 0.3rem !important; + margin-left: 0 !important; } blockquote { - margin: 0!important; - margin-left: 27px!important; + margin: 0 !important; + margin-left: 27px !important; margin-bottom: 5px !important; }