diff options
| author | Henry Jameson <me@hjkos.com> | 2020-06-19 16:09:44 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-06-19 16:09:44 +0300 |
| commit | 5aa65e32ef0b14d6a70257e35559360e696f878c (patch) | |
| tree | 92574219028a4ede075ccc49f07e6575d8b0df83 /src | |
| parent | 95f5c7fff6e45444c90705c58ebe5ef713871039 (diff) | |
fix huge emoji in usernames
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; |
