insanum/obsidian_gruvbox

fix emoji images

Closed this issue · 1 comments

The emoji are not showing up correctly.

I had to add the following line to override the img block command.

img.emoji {
    display: inline-block !important;
}

I'm unable to reproduce. I think this was fixed indirectly by a previous commit that modified the img style.