diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-30 22:45:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-30 22:45:54 +0300 |
| commit | 7483a67557ee30911e36c851e7bd5591740ba7f8 (patch) | |
| tree | e6a3f052b5a5bb6c900d61a9772ad636c44c6a11 /web/css/components.css | |
| parent | 4b7614b5b234181318be38b6ef4b471faf161498 (diff) | |
[ma] Add missing SPA controls: download, tags, thumbnail/cover regen, upload, filesize display, duration/filesize/tag filters, favorites
Diffstat (limited to 'web/css/components.css')
| -rw-r--r-- | web/css/components.css | 8 |
1 files changed, 8 insertions, 0 deletions
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); |
