diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-07-13 13:32:21 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-07-13 13:32:21 -0500 |
| commit | 80c21100db306ce45856bbdb97d3439676babeeb (patch) | |
| tree | d143f523da262df5176220fbe6dc0b6370c91ebc /priv/static/static-fe | |
| parent | ce85db41a30d95555bbd44d8931c4a3a357938d8 (diff) | |
| parent | 5d215fd81f529b639db9096ca71d4e7f0a6ed386 (diff) | |
| download | pleroma-80c21100db306ce45856bbdb97d3439676babeeb.tar.gz pleroma-80c21100db306ce45856bbdb97d3439676babeeb.zip | |
Merge branch 'develop' into refactor/notification_settings
Diffstat (limited to 'priv/static/static-fe')
| -rw-r--r-- | priv/static/static-fe/static-fe.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css index db61ff266..89e9f4877 100644 --- 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 { |
