logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 34d6009d82ef8949d689ed1f7c4ec2c2fad254c7
parent: 393a588265d6e272c22ce92f338ab8853814316f
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Thu,  9 Jul 2020 09:50:08 +0000

Merge branch 'patch-2' into 'develop'

fix wide2x emojis within nicknames

See merge request pleroma/pleroma!2737

Diffstat:

Mpriv/static/static-fe/static-fe.css1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css @@ -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 {