fix: Custom Mastodon emojis having margin

something should be done to the global img style
This commit is contained in:
David Lapshin 2023-08-13 16:23:30 +03:00
parent 38f41859a4
commit f7d3339cbb
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -1011,6 +1011,8 @@ section#comments .comment footer .boosts::before {
}
section#comments .comment .emoji {
margin: unset;
max-width: unset;
display: inline;
height: 1.25em;
vertical-align: middle;