increase max width in submit_art.html

master
Aevann 2024-04-10 12:23:12 +02:00
parent f5f22f6550
commit 918835be53
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<input hidden value="{{v|formkey}}" class="notranslate" translate="no">
<div><label class="mt-3">Image</label></div>
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/asset_submissions/art/{{entry.id}}.webp?s={{range(1, 10000000)|random}}" style="max-width:50%;max-height:50vh;border:5px white solid" data-nonce="{{g.nonce}}" data-onclick="expandImage()">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/asset_submissions/art/{{entry.id}}.webp?s={{range(1, 10000000)|random}}" style="max-width:100%;max-height:50vh;border:5px white solid" data-nonce="{{g.nonce}}" data-onclick="expandImage()">
<div><label class="mt-3" for="{{entry.id}}-submitter">Submitter</label></div>
<input autocomplete="off" type="text" id="{{entry.id}}-submitter" class="form-control" maxlength="30" value="{{entry.submitter}}" readonly>