mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 15:25:40 +08:00
UX: fix only-emoji size in user-stream excerpts (#27330)
This commit is contained in:
parent
a50a5cd157
commit
a4001548d8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user