set height and width for hats

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-05 02:55:03 +02:00
parent cade131aa6
commit c53418d50a
1 changed files with 1 additions and 1 deletions

View File

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