mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:22:45 +08:00
FIX: alignment of user status emoji on posts (#18563)
This commit is contained in:
parent
7611fec0da
commit
c32ab70111
|
@ -235,9 +235,12 @@ $quote-share-maxwidth: 150px;
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
img.emoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
.user-status-message {
|
||||
display: flex;
|
||||
img.emoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user