forked from AkkomaGang/akkoma-fe
Undo changes to bring code back to upstream
This commit is contained in:
parent
60f9da14dc
commit
a06be20eac
2 changed files with 2 additions and 7 deletions
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
.emoji {
|
||||
display: inline-flex;
|
||||
display: inline-block;
|
||||
width: var(--emoji-size, 32px);
|
||||
height: var(--emoji-size, 32px);
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
&.animated {
|
||||
|
@ -89,9 +89,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.still-image.emoji {
|
||||
img {
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue