1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 05:35:06 +01:00

Merge branch 'patch-2' into 'develop'

fix wide2x emojis within nicknames

See merge request pleroma/pleroma!2737
This commit is contained in:
Haelwenn 2020-07-09 09:50:08 +00:00
commit 34d6009d82

View File

@ -80,6 +80,7 @@ header a:hover, .h-card a:hover {
/* keep emoji from being hilariously huge */
.display-name img {
max-height: 1em;
max-width: 1em;
}
.display-name .nickname {