diff options
author | r <r@freesoftwareextremist.com> | 2020-05-24 05:46:54 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-05-24 05:57:01 +0000 |
commit | f3367d920d151727bf5703a364c7d39ae24071d7 (patch) | |
tree | 943941882af4b47131eaa4fb510df2abc6256d3c /static | |
parent | fd2a353770a5f3cea773a5c4465bf0fc2a2818d3 (diff) | |
download | bloat-f3367d920d151727bf5703a364c7d39ae24071d7.tar.gz bloat-f3367d920d151727bf5703a364c7d39ae24071d7.zip |
Imporve emoji style
- Increase emoji size
- Add colons to emoji alt text and title
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 19 |
1 files changed, 7 insertions, 12 deletions
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 { |