Fix emoji rendering #105

Closed
eris wants to merge 1 commit from eris/pleroma-fe:emoji-rendering-fix into develop
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 87d7ae576a - Show all commits

View file

@ -49,7 +49,7 @@
} }
.emoji { .emoji {
display: inline-block; display: inline-flex;
width: var(--emoji-size, 32px); width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px); height: var(--emoji-size, 32px);
} }

View file

@ -89,4 +89,9 @@
} }
} }
} }
.still-image.emoji {
img {
height: unset;
}
}
</style> </style>