Skip to content
Snippets Groups Projects
Commit 34d6009d authored by Haelwenn's avatar Haelwenn
Browse files

Merge branch 'patch-2' into 'develop'

fix wide2x emojis within nicknames

See merge request pleroma/pleroma!2737
parents 393a5882 ab773fa5
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment