diff options
author | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:03:24 +0000 |
---|---|---|
committer | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:03:24 +0000 |
commit | 8eecc708efcb405a477d4b2478635f8522c04668 (patch) | |
tree | b8dfa75a325c4e2fdebe2c6d24109f39acf9c261 /priv/static | |
parent | 6335b32aa8f5c54cf5f09638189a77cad5785077 (diff) | |
download | pleroma-8eecc708efcb405a477d4b2478635f8522c04668.tar.gz |
fix wide2x emojis within nicknames
Diffstat (limited to 'priv/static')
-rw-r--r-- | priv/static/static-fe/static-fe.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css index db61ff266..7623b9832 100644 --- a/priv/static/static-fe/static-fe.css +++ b/priv/static/static-fe/static-fe.css @@ -181,3 +181,9 @@ img.emoji { padding: 0; vertical-align: middle; } + +.display-name img.emoji { + width: 16px; + height: 16px; +} + |