mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
inbox: Correct margin declaration to avoid odd gap.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user