fix: retain custom emoji aspect ratio in admin panel
This commit is contained in:
parent
2241c67486
commit
598ebdd44a
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ definePageMetadata(() => ({
|
|||
> .img {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
> .body {
|
||||
|
|
Loading…
Reference in a new issue