From f3367d920d151727bf5703a364c7d39ae24071d7 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 24 May 2020 05:46:54 +0000 Subject: Imporve emoji style - Increase emoji size - Add colons to emoji alt text and title --- static/style.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 838a3c4..64ca7b1 100644 --- a/static/style.css +++ b/static/style.css @@ -63,13 +63,6 @@ font-size: 10pt; } -.status-emoji { - height: 20px; - margin-bottom: -4px; - width: auto; - vertical-align: unset !important; -} - .name-emoji { height: 20px; width: auto; @@ -324,18 +317,20 @@ a:hover, vertical-align: middle; } -.emoji { +.emoji-item { min-width: 220px; display: inline-block; - margin-bottom: 2px; + margin: 4px 0; } -.emoji-img { - height: 24px; - width: 24px; +img.emoji { + height: 32px; object-fit: contain; vertical-align: middle; +} +.status-dname img.emoji { + height: 24px; } .emoji-shortcode { -- cgit v1.2.3