Improve quote video badge

This commit is contained in:
Zed
2019-06-24 18:19:43 +02:00
parent e920e98d10
commit 6f932b53b0
2 changed files with 13 additions and 9 deletions

View File

@@ -39,7 +39,9 @@
<div class="quote-media">
<img src=${quote.thumb.get().getSigUrl("pic")}>
#if quote.badge.isSome:
<div class="quote-badge">${quote.badge.get()}</div>
<div class="quote-badge">
<div class="quote-badge-text">${quote.badge.get()}</div>
</div>
#end if
</div>
</div>