mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/emoji: fix streched images in shortcodes
This commit is contained in:
parent
a0ce4f8cfe
commit
1b165b4b72
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ div.autocompletions {
|
||||||
> img {
|
> img {
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue