fix: retain custom emoji aspect ratio in admin panel

This commit is contained in:
tess 2024-05-04 17:49:20 +02:00
parent 2241c67486
commit 598ebdd44a
1 changed files with 1 additions and 0 deletions

View File

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