1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-02 08:48:39 +09:00

Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inline

[Glitch] Do not set emoji as inline-block
This commit is contained in:
beatrix 2018-04-26 11:33:36 -04:00 committed by GitHub
commit 1e9fe95e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
.emojione {
display: inline-block;
font-size: inherit;
vertical-align: middle;
object-fit: contain;