From b2461cd1d1c0841c191419dc53a5ecb26862eeb1 Mon Sep 17 00:00:00 2001 From: 2xsaiko Date: Fri, 1 Jul 2022 01:01:01 +0200 Subject: [PATCH] Fix quote rendering in chat (#310) --- files/templates/chat.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 01b9a0617a..7e245a7a79 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -73,12 +73,12 @@ } p { - display: inline !important; + margin: 0; } blockquote { - margin: 5px 0 5px 0; - padding: 0.3rem 1rem; + margin: 5px 0 0 0; + padding: 0 1rem; } #online {