diff options
| author | unwox <me@unwox.com> | 2024-10-10 15:03:06 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-10 15:03:06 +0600 |
| commit | 240aeb84855a153764830186d5f4e7f22873561c (patch) | |
| tree | 0cda41c18d327edb9691249ac8d6e5a44fa9c91e /static/style.css | |
| parent | 9d1b193640c039f7300b44dd30def266cbc31a85 (diff) | |
implement filtering by tags
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 9f68da1..2574c6e 100644 --- a/static/style.css +++ b/static/style.css @@ -83,7 +83,8 @@ body { width: 10rem; } -.form input { +.form input[type="search"], +.form select { margin-bottom: 0.5rem; width: 100%; } |
