From c2f6d1774f547545d2ddfbc4ede87008d1325c24 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 10 Mar 2021 10:18:24 +0100 Subject: Fix --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index e6e8f13..a6333ef 100644 --- a/theme.css +++ b/theme.css @@ -679,6 +679,10 @@ textarea.input { display: block; } +#chat .msg[data-type="condensed"] .msg { + padding: 0; +} + #chat .msg[data-type="monospace_block"] { grid-template-columns: auto 1fr; grid-template-areas: "time user" "content content"; -- cgit v1.2.3-54-g00ecf