1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-11-05 05:41:56 +01:00

Merge branch 'emoji-limit' into 'develop'

compatibility with upcoming changes

See merge request pleroma/pleroma-fe!643
This commit is contained in:
Shpuld Shpludson 2019-03-06 05:11:07 +00:00
commit 830f3762ef

View File

@ -422,6 +422,11 @@ $status-margin: 0.75em;
max-height: 400px;
vertical-align: middle;
object-fit: contain;
&.emoji {
width: 32px;
height: 32px;
}
}
blockquote {