forked from AkkomaGang/akkoma
Merge branch 'patch-2' into 'develop'
fix wide2x emojis within nicknames See merge request pleroma/pleroma!2737
This commit is contained in:
commit
34d6009d82
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ .display-name {
|
|||
/* keep emoji from being hilariously huge */
|
||||
.display-name img {
|
||||
max-height: 1em;
|
||||
max-width: 1em;
|
||||
}
|
||||
|
||||
.display-name .nickname {
|
||||
|
|
Loading…
Reference in a new issue