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