mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
unread_count: Ensure topics header and quiet count share baseline.
This commit is contained in:
parent
9da535b141
commit
593bd5f757
@ -1553,6 +1553,10 @@ li.topic-list-item {
|
||||
padding-top: var(--left-sidebar-sections-vertical-gutter);
|
||||
color: hsl(0deg 0% 43%);
|
||||
background-color: var(--color-background);
|
||||
/* With quiet unreads, we want the BACK TO CHANNELS
|
||||
and unread count to share a common baseline. */
|
||||
line-height: var(--line-height-sidebar-row);
|
||||
align-items: baseline;
|
||||
|
||||
.show-all-streams {
|
||||
grid-area: topics-content-area;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user