Embed thumbnails are biggerable too

This commit is contained in:
Jeremy Zhang 2018-02-18 21:23:55 +00:00
parent c3acc0054f
commit cd0f97d153
2 changed files with 5 additions and 1 deletions

View File

@ -727,6 +727,10 @@ p.mentioned span.chatmessage {
max-width: 170px;
}
.richembed .thumbnail img.materialboxed.active {
max-width: none;
}
.richembed .fields {
display: flex;
flex-direction: row;

View File

@ -374,7 +374,7 @@
</div>
{{#thumbnail}}
<div class="thumbnail">
<img src="{{thumbnail.proxy_url}}">
<img src="{{thumbnail.proxy_url}}" class="materialboxed">
</div>
{{/thumbnail}}
</div>