UX: fix spacing of emoji in chat channel title (#28756)

Fixes a small spacing bug with emoji in channel titles
This commit is contained in:
David Battersby 2024-09-05 16:43:06 +04:00 committed by GitHub
parent 81c5f1d75f
commit d5670069f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
display: flex;
align-items: center;
white-space: nowrap;
gap: 0.5rem;
}
.emoji {
@ -25,7 +26,6 @@
justify-content: center;
width: 8px;
height: 8px;
margin-left: 0.75em;
&.-urgent {
width: auto;