unread_count: Ensure topics header and quiet count share baseline.

This commit is contained in:
Karl Stolley 2025-01-10 10:21:38 -06:00 committed by Tim Abbott
parent 9da535b141
commit 593bd5f757

View File

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