FIX: alignment of user status emoji on posts (#18563)

This commit is contained in:
Andrei Prigorshnev 2022-10-12 20:07:07 +04:00 committed by GitHub
parent 7611fec0da
commit c32ab70111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}