diff options
author | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:37:50 +0000 |
---|---|---|
committer | Dym Sohin <pleroma-git@dym.sh> | 2020-07-09 09:37:50 +0000 |
commit | ab773fa5c946f74b0f42106ba2e72c092566743a (patch) | |
tree | eb377277c62b9ceb8645e1393e007c18c5c6b5ef /priv/static | |
parent | 8594181597106ebb4ad091990e82293f4e58a933 (diff) | |
download | pleroma-ab773fa5c946f74b0f42106ba2e72c092566743a.tar.gz |
[static-fe] limit according to- and within- existing ruleset
Diffstat (limited to 'priv/static')
-rw-r--r-- | priv/static/static-fe/static-fe.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/priv/static/static-fe/static-fe.css b/priv/static/static-fe/static-fe.css index 308388abc..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 { @@ -181,8 +182,3 @@ img.emoji { padding: 0; vertical-align: middle; } - -.display-name img.emoji { - width: 1em; -} - |