diff options
| author | Gab Virebent <gabriel1@virebent.art> | 2026-07-06 17:00:06 +0200 |
|---|---|---|
| committer | Gab Virebent <gabriel1@virebent.art> | 2026-07-06 17:00:06 +0200 |
| commit | b3d7132714f35174cef0cf5d96bed02a1c4ddff4 (patch) | |
| tree | 9990e296c483a4417b873b7a6eaf6fe62fe594c9 /static/index.html | |
| parent | 16854e8b24a3b00d9d5dbd285bbe3b93ee47ce1c (diff) | |
| download | nymdrop-b3d7132714f35174cef0cf5d96bed02a1c4ddff4.tar.gz nymdrop-b3d7132714f35174cef0cf5d96bed02a1c4ddff4.tar.xz nymdrop-b3d7132714f35174cef0cf5d96bed02a1c4ddff4.zip | |
Show current file size limit next to the attachment picker
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
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">📎 Choose file</label> + <span class="file-limit">Max 8MB for now</span> <input type="file" id="file"> <span id="filename"></span> </div> |
