forked from rDrama/rDrama
1
0
Fork 0

Revert "set height and width for hats"

This reverts commit c53418d50a.
master
Aevann1 2022-09-05 02:57:24 +02:00
parent c53418d50a
commit 531525a254
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<tbody>
{% for hat, user in hats %}
<tr>
<td><img width=100 height=130 loading="lazy" alt="{{hat.name}}" src="/i/hats/{{hat.name}}.webp?v=2"></td>
<td><img loading="lazy" alt="{{hat.name}}" src="/i/hats/{{hat.name}}.webp?v=2" style="max-width:100%;height:auto"></td>
<td>{{hat.name}}</td>
<td style="word-break:break-word">{{hat.censored_description(v)}}</td>
{% if SITE == 'rdrama.net' %}