logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 3d5c82a8426a978bc7c5e5f16fba3e530a6df52a
parent 56689dbc1944edca4cf01d8015b6b9d7313f0bde
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 16 Feb 2020 05:56:03 +0100

static-fe.css: Use .emoji class instead of max-height hack

Diffstat:

Mpriv/static/static/static-fe.css12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/priv/static/static/static-fe.css b/priv/static/static/static-fe.css @@ -46,6 +46,13 @@ header { display: block; } +.emoji { + max-height: 2.5ch; + max-width: 2.5em; + object-fit: contain; + vertical-align: middle; +} + #selected { background-color: #1b2735; } @@ -77,11 +84,6 @@ a:hover { color: white; } -/* keep emoji from being hilariously huge */ -.display-name img { - max-height: 1em; -} - .display-name .nickname { padding-top: 4px; display: block;