aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-05-24 05:46:54 +0000
committerr <r@freesoftwareextremist.com>2020-05-24 05:57:01 +0000
commitf3367d920d151727bf5703a364c7d39ae24071d7 (patch)
tree943941882af4b47131eaa4fb510df2abc6256d3c /static
parentfd2a353770a5f3cea773a5c4465bf0fc2a2818d3 (diff)
downloadbloat-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.css19
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 {