UX: prevent shrinking unread badge for long DM channel names (#29756)

Fixes a small UX issue where the unread badge gets squashed in long DM channel names.
This commit is contained in:
David Battersby 2024-11-14 15:27:14 +04:00 committed by GitHub
parent 35c4e1178c
commit 8dc772f2a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
justify-content: center;
width: 8px;
height: 8px;
flex-shrink: 0;
&.-urgent {
width: auto;