Chat / Tags: Fix standard emoji on Windows (#463)

This commit is contained in:
Shahaf 2025-09-05 20:16:31 +03:00 committed by GitHub
parent 17fe96dff3
commit db3b855a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 8 deletions

View File

@ -5,19 +5,23 @@
} }
.tag { .tag {
--emoji-size: 0.75rem;
--custom-emoji-size: 0.75rem; --custom-emoji-size: 0.75rem;
position: relative; position: relative;
display: flex;
flex-shrink: 0; flex-shrink: 0;
align-items: center;
justify-content: center;
min-width: 1.5rem; min-width: 1.5rem;
padding: 0 0.25rem; padding: 0.0625rem 0.25rem;
border-radius: 0.25rem; border-radius: 0.25rem;
font-size: 0.625rem; font-size: 0.625rem;
font-weight: var(--font-weight-medium); font-weight: var(--font-weight-medium);
line-height: 0.875rem; line-height: 0.75rem;
color: var(--accent-color); color: var(--accent-color);
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;

View File

@ -5,6 +5,12 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 0 0.6875rem; padding: 0 0.6875rem;
:global(.emoji-small) {
width: 1rem;
height: 1rem;
margin-top: -0.1875rem;
}
} }
.chatInfo { .chatInfo {
@ -75,12 +81,6 @@
height: 1rem; height: 1rem;
} }
:global(.emoji-small) {
width: 1rem;
height: 1rem;
margin-top: -0.1875rem;
}
.chatNotVerified { .chatNotVerified {
display: flex; display: flex;
gap: 0.25rem; gap: 0.25rem;