summaryrefslogtreecommitdiffstats
path: root/static/index.html
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-07-06 17:00:06 +0200
committerGab Virebent <gabriel1@virebent.art>2026-07-06 17:00:06 +0200
commit1aa795176375289bce335ad32fcdf758b612b277 (patch)
tree6b97b0693284b90692afea3ab438ab6123504451 /static/index.html
parent2f2fcc252d884bfe5335efbaff9f6d13af2ea5ff (diff)
downloadnymdrop-1aa795176375289bce335ad32fcdf758b612b277.tar.gz
nymdrop-1aa795176375289bce335ad32fcdf758b612b277.tar.xz
nymdrop-1aa795176375289bce335ad32fcdf758b612b277.zip
Show current file size limit next to the attachment picker
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
index abf2e8c..84264b7 100644
--- a/static/index.html
+++ b/static/index.html
@@ -37,6 +37,7 @@
<div class="file-section">
<label>Attachment (optional)</label>
<label class="file-label" for="file">&#128206; Choose file</label>
+ <span class="file-limit">Max 8MB for now</span>
<input type="file" id="file">
<span id="filename"></span>
</div>