fix: retain custom emoji aspect ratio in admin panel for remote emojis

This commit is contained in:
tess 2024-05-08 08:23:32 +02:00
parent 598ebdd44a
commit ab074db0c1

View file

@ -399,6 +399,7 @@ definePageMetadata(() => ({
> .img { > .img {
width: 32px; width: 32px;
height: 32px; height: 32px;
object-fit: contain;
} }
> .body { > .body {