diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-19 13:15:22 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-19 13:15:22 +0000 |
| commit | 267102809d3e866d510c42bd4cf0dbfa36094703 (patch) | |
| tree | 92574219028a4ede075ccc49f07e6575d8b0df83 /src | |
| parent | 95f5c7fff6e45444c90705c58ebe5ef713871039 (diff) | |
| parent | 5aa65e32ef0b14d6a70257e35559360e696f878c (diff) | |
Merge branch 'fix-username-emoji' into 'develop'
fix huge emoji in usernames
See merge request pleroma/pleroma-fe!1151
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 336f912a..7ec29b28 100644 --- 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; |
