UX: fix only-emoji size in user-stream excerpts (#27330)

This commit is contained in:
Kris 2024-06-04 14:59:43 -04:00 committed by GitHub
parent a50a5cd157
commit a4001548d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,13 @@
details.disabled {
color: var(--primary-medium);
}
.emoji.only-emoji {
// oversized emoji break excerpt layout
// so we match inline emoji size
width: 20px;
height: 20px;
margin: 0;
}
}
.group-member-info {