make it easier to click the "view" button on popover

pull/142/head
Aevann 2023-03-21 16:29:59 +02:00
parent a493670aa1
commit e07a2af95f
1 changed files with 4 additions and 2 deletions

View File

@ -39,9 +39,11 @@
<strong class="pop-coins text-black"></strong>
<span class="text-black">coins</span>
</span>
<a href="/" {% if v and v.newtab %}data-target="t" target="_blank"{% endif %} class="pop-view_more ml-auto text-decoration-none">
<span class="ml-3">View</span>
<i class="fas fa-arrow-right fa-sm px-1"></i>
<span class="pl-3 pr-1 pr-md-3 py-3">
View <i class="fas fa-arrow-right fa-sm pl-1"></i>
</span>
</a>
</div>
</div>