aboutsummaryrefslogtreecommitdiff
path: root/priv/static
diff options
context:
space:
mode:
authorDym Sohin <pleroma-git@dym.sh>2020-07-09 09:37:50 +0000
committerDym Sohin <pleroma-git@dym.sh>2020-07-09 09:37:50 +0000
commitab773fa5c946f74b0f42106ba2e72c092566743a (patch)
treeeb377277c62b9ceb8645e1393e007c18c5c6b5ef /priv/static
parent8594181597106ebb4ad091990e82293f4e58a933 (diff)
downloadpleroma-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.css6
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;
-}
-