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
1 changed files with 1 additions and 0 deletions

View File

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