set teams table color min width and height
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 20s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 14s

This commit is contained in:
2025-06-16 20:14:02 +02:00
parent bf5e144e55
commit e22d3fd7e6

View File

@ -48,7 +48,7 @@
<tr> <tr>
<td> <td>
<div class="flex items-center gap-x-2"> <div class="flex items-center gap-x-2">
<div class="rounded-sm w-3 h-3" style="background-color: {team.color}"></div> <div class="rounded-sm min-w-3 w-3 min-h-3 h-3" style="background-color: {team.color}"></div>
<h3 class="text-xs sm:text-xl break-all" class:text-red-200={!team.memberOne}> <h3 class="text-xs sm:text-xl break-all" class:text-red-200={!team.memberOne}>
{team.name} {team.name}
</h3> </h3>