forked from MarseyWorld/MarseyWorld
fix award modal on mobile
parent
96887646a9
commit
ad298b90e7
|
@ -18,7 +18,7 @@
|
|||
<div class="text-muted"><span id="{{award.kind}}-owned">{{award.owned}}</span> owned</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
{% if not v.user_award|length % 2 %}
|
||||
{% if v.user_awards|length % 2 %}
|
||||
<a class="card disabled d-md-none" style="border:none">
|
||||
<i class="fas fa-volume-mute" style="opacity:0"></i>
|
||||
<div class="pt-2" style="font-weight: bold; font-size: 14px; color:#E1E1E1"> </div>
|
||||
|
|
Loading…
Reference in New Issue