Imporve emoji style

- Increase emoji size
- Add colons to emoji alt text and title
This commit is contained in:
r 2020-05-24 05:46:54 +00:00
parent fd2a353770
commit f3367d920d
3 changed files with 11 additions and 16 deletions

View file

@ -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 {