forked from MarseyWorld/MarseyWorld
make it easier to click the "view" button on popover
parent
a493670aa1
commit
e07a2af95f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue