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
1 changed files with 5 additions and 0 deletions

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 {