UX: prevent unread indicator from shrinking in flexbox (#29207)

This commit is contained in:
chapoi 2024-10-15 10:08:45 +02:00 committed by GitHub
parent 6c6cdd96e9
commit c1325dbe13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,6 +271,7 @@
height: 8px;
background: var(--tertiary);
border-radius: 100%;
flex-shrink: 0;
&.-urgent {
background: var(--success);