From 2f6e1609be01879090b570d835bc0db3d11bdd07 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 6 Mar 2021 18:30:03 +0100 Subject: Less spacing around unread/new marker --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index e0e1da8..9151405 100644 --- a/theme.css +++ b/theme.css @@ -435,7 +435,7 @@ textarea.input { #chat .date-marker, #chat .unread-marker { - margin: calc(var(--dim--spacing) * 2) 0; + margin: calc(var(--dim--spacing) * 1.5) 0; } /* USERLIST */ -- cgit v1.2.3-54-g00ecf