From 07ada85b09c92e5bcc2d3d898035f7e07a590218 Mon Sep 17 00:00:00 2001 From: hgw Date: Fri, 6 Oct 2023 04:19:39 +0000 Subject: [PATCH] Fix notification box spacing --- client/themes/oled.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/themes/oled.css b/client/themes/oled.css index 885f3438..2f6a75f3 100644 --- a/client/themes/oled.css +++ b/client/themes/oled.css @@ -29,12 +29,6 @@ border-right: 1px solid var(--border-color); } -#sidebar .channel-list-item .badge { - font-weight: bold; - font-size: 10px; - padding: 0px 3px; -} - #chat .msg[data-type="monospace_block"] .text { background-color: #000000; }