From c21d2918da08f5c412665d5ab8872fd51f1bc0ad Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 25 Sep 2025 12:36:36 -0400 Subject: [PATCH] inbox: Correct margin declaration to avoid odd gap. --- web/styles/inbox.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/web/styles/inbox.css b/web/styles/inbox.css index aaffc0e4be..343641314f 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -639,21 +639,12 @@ } .inbox-folder-components { + margin-bottom: 0.5em; border-radius: 5px; border: 0.5px solid hsl(0deg 0% 0% / 13%); overflow: hidden; } -.inbox-folder-components - .inbox-folder-channel:last-child - .inbox-topic-container, -#inbox-direct-messages-container { - .inbox-row:last-child { - /* 8px at 16px / 1em */ - margin-bottom: 0.5em; - } -} - .inbox-folder.inbox-collapsed-state, .inbox-folder.hidden_by_filters { + .inbox-folder-components {