UX: make user status emoji on post stream smaller (#18169)

This commit is contained in:
Andrei Prigorshnev 2022-09-02 21:48:36 +04:00 committed by GitHub
parent fd6109a6e1
commit 3501468db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -234,6 +234,11 @@ $quote-share-maxwidth: 150px;
flex: 0 0 auto;
align-items: center;
}
img.emoji {
width: 1em;
height: 1em;
}
}
nav.post-controls {