From 25ca3e9ddc05ce951b625c22cae68fd09240d321 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 23 Aug 2022 20:32:28 +0200 Subject: [PATCH] remove chat-specific css rule --- files/templates/chat.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 4ae00f7c5e..75ef27da1e 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -89,11 +89,6 @@ margin: 0; } - blockquote { - margin: 5px 0 0 0; - padding: 0 1rem; - } - #online { background-color: var(--background) !important; }