mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
unread_counts: Scale unread counts with UI.
This commit is contained in:
@@ -324,6 +324,12 @@
|
||||
}
|
||||
|
||||
.unread-count-focus-outline {
|
||||
/* Because the inbox view font-size will
|
||||
never be smaller than the em-equivalent
|
||||
of 15px, we restate the base font-size
|
||||
here so that unreads match others in
|
||||
the UI at legacy size (14px). */
|
||||
font-size: var(--base-font-size-px);
|
||||
grid-area: unread_count;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user