From 126a7b4ae3fb8b171d97a2b8956ed4feffac8bb8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 09:18:17 +0200 Subject: [PATCH] make chat reply button neater --- files/templates/chat.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 27f3fb77f1..3dd58afd1f 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -54,7 +54,7 @@ } .chat-message p { - display: inline-block; + display: inline; } .diff { @@ -102,6 +102,7 @@ display: inline-block !important; padding: 0 0.5rem !important; margin-bottom: 0.25rem !important; + border-color: transparent !important; } lite-youtube {