mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-14 05:21:08 +00:00
fix non-square emoji
This commit is contained in:
parent
e6ca9d2a89
commit
df401fb929
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ section.with-sidebar > div {
|
|||
img {
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue