style de immages des commentaires : bouton uplad et images affichées

This commit is contained in:
leosw
2026-04-12 14:31:19 +02:00
parent b9297c8617
commit 79711d9551
2 changed files with 31 additions and 3 deletions

View File

@@ -195,8 +195,10 @@
<div id="new_comment_form">
<textarea id="comment" name="comment" rows="5" placeholder="Votre commentaire"></textarea>
<label for="photo">Ajouter une photo</label>
<input type="file" id="photo" name="photo" accept="image/*">
<label for="photo" class="upload-btn">
<i class="fas fa-file-image"></i> Ajouter une photo
</label>
<input type="file" id="photo" name="photo" accept="image/*">
</div>
</form>
</div>