fix: thumb width

This commit is contained in:
Barış Soner Uşaklı
2023-11-19 19:51:18 -05:00
parent 49013f813f
commit a9ef58a5e8

View File

@@ -1,6 +1,6 @@
<div class="d-flex flex-column gap-4 topic-thumbs-view-modal">
<div class="d-flex justify-content-center align-items-center mb-5" style="height: 33vh; max-height: 33vh;">
<img component="topic/thumb/current" src="{src}" style="max-height: 33vh; width:100%;" />
<img component="topic/thumb/current" src="{src}" style="max-height: 33vh; max-width:100%;" />
</div>
{{{ if (thumbs.length != "1") }}}
<hr/>