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; max-width: 170px;
} }
.richembed .thumbnail img.materialboxed.active {
max-width: none;
}
.richembed .fields { .richembed .fields {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

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