inbox: Correct margin declaration to avoid odd gap.

This commit is contained in:
Karl Stolley
2025-09-25 12:36:36 -04:00
committed by Tim Abbott
parent 85d50d09d4
commit c21d2918da

View File

@@ -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 {