forked from AkkomaGang/akkoma-fe
Merge branch 'emoji-limit' into 'develop'
compatibility with upcoming changes See merge request pleroma/pleroma-fe!643
This commit is contained in:
commit
830f3762ef
1 changed files with 5 additions and 0 deletions
|
@ -422,6 +422,11 @@ $status-margin: 0.75em;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
|
&.emoji {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue