use <a> tags for card_badge and trade_offer clickable areas (except for main card_badge row on trade_offers, still uses @click for now because the a tag can't wrap that content for some reason). closes #14

This commit is contained in:
badblocks 2025-04-15 00:15:08 -07:00
parent 86b061c971
commit afaa392b2f
22 changed files with 247 additions and 227 deletions

View file

@ -106,8 +106,8 @@
{% with gravatar_profile=request.user.email|gravatar_profile_data %}
<div class="hovercard-profile mb-4 text-center">
<div class="avatar block mx-auto w-32">
<div class="W-32 rounded-full">
<div class="avatar block mx-auto max-w-32">
<div class="rounded-full">
{{ request.user.email|gravatar:128 }}
</div>
</div>