mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Embed thumbnails are biggerable too
This commit is contained in:
parent
c3acc0054f
commit
cd0f97d153
@ -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;
|
||||
|
@ -374,7 +374,7 @@
|
||||
</div>
|
||||
{{#thumbnail}}
|
||||
<div class="thumbnail">
|
||||
<img src="{{thumbnail.proxy_url}}">
|
||||
<img src="{{thumbnail.proxy_url}}" class="materialboxed">
|
||||
</div>
|
||||
{{/thumbnail}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user