From b3d7132714f35174cef0cf5d96bed02a1c4ddff4 Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Mon, 6 Jul 2026 17:00:06 +0200 Subject: Show current file size limit next to the attachment picker --- static/index.html | 1 + static/style.css | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'static') 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 @@
+ Max 8MB for now
diff --git a/static/style.css b/static/style.css index a2cb765..828c723 100644 --- a/static/style.css +++ b/static/style.css @@ -282,6 +282,13 @@ textarea:focus { border-color: var(--accent-green); box-shadow: 0 0 0 2px var(-- .file-label:hover { border-color: var(--accent-blue-text); color: var(--accent-blue-text); } +.file-limit { + font-size: 0.68rem; + color: var(--tagline); + margin-left: 0.6rem; + vertical-align: middle; +} + #file { display: none; } #filename { -- cgit v1.2.3