From 7483a67557ee30911e36c851e7bd5591740ba7f8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 30 Apr 2026 22:45:54 +0300 Subject: [ma] Add missing SPA controls: download, tags, thumbnail/cover regen, upload, filesize display, duration/filesize/tag filters, favorites --- web/css/components.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/css/components.css') diff --git a/web/css/components.css b/web/css/components.css index 90b48d9..d1ee759 100644 --- a/web/css/components.css +++ b/web/css/components.css @@ -83,6 +83,14 @@ label { color: var(--text-secondary); } +.input-sm { + width: auto; + min-width: 5rem; + max-width: 8rem; + padding: 0.35rem 0.5rem; + font-size: 0.78rem; +} + /* Error message */ .error-message { color: var(--danger); -- cgit v1.2.3