fix: retain custom emoji aspect ratio in admin panel
This commit is contained in:
parent
2241c67486
commit
598ebdd44a
|
@ -352,6 +352,7 @@ definePageMetadata(() => ({
|
||||||
> .img {
|
> .img {
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
|
Loading…
Reference in New Issue