logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 267102809d3e866d510c42bd4cf0dbfa36094703
parent: 95f5c7fff6e45444c90705c58ebe5ef713871039
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Fri, 19 Jun 2020 13:15:22 +0000

Merge branch 'fix-username-emoji' into 'develop'

fix huge emoji in usernames

See merge request pleroma/pleroma-fe!1151

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -418,7 +418,7 @@ $status-margin: 0.75em; max-width: 85%; font-weight: bold; - img { + img.emoji { width: 14px; height: 14px; vertical-align: middle;