forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:02:48 -06:00
parent fe96829566
commit 11b7bfc5ef
1 changed files with 5 additions and 2 deletions

View File

@ -79,8 +79,11 @@
<tbody>
{% for k, v in badge_types.items() %}
<tr class="relative hover:bg-gray-300 dark:hover:bg-white/10">
<label class="absolute w-full h-full left-0 bottom-0" for="badge-{{k}}"></label>
<td class="px-2.5"><input type="radio" id="badge-{{k}}" name="badge_id" value="{{k}}"></td>
<td class="px-2.5">
<label class="absolute w-full h-full left-0 bottom-0" for="badge-{{k}}">
<input type="radio" id="badge-{{k}}" name="badge_id" value="{{k}}">
</label>
</td>
<td class="px-2.5">
<label for="badge-{{k}}">
<img loading="lazy" src="/assets/CHRISTMAS/images/badges/{{v['name']}}.webp?a=1" class="object-contain w-16 h-16 p-2" alt="{{v['name']}} badge"/>