summaryrefslogtreecommitdiff
path: root/app/app.css
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-08-15 20:12:25 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-08-15 20:12:25 +0900
commitb9e06d9a139e6d9a6d509f500beee97d0d071602 (patch)
tree1e131cac0c65471da6b17ca1abff258412f8816f /app/app.css
parent1777cdbf812959e39a2b2abc142afc2fe8932938 (diff)
Add site-wide search for bands and artists
Adds a nav search box and /search route backed by a LIKE-based searchAll() query over band name/area/description and artist name.
Diffstat (limited to 'app/app.css')
-rw-r--r--app/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.css b/app/app.css
index 9125f90..0e301b5 100644
--- a/app/app.css
+++ b/app/app.css
@@ -23,6 +23,8 @@ button { cursor: pointer; }
.nav-brand { font-weight: 700; color: #f9fafb; font-size: 1.1rem; }
.nav a { font-size: .875rem; color: #9ca3af; }
.nav a:hover { color: #f3f4f6; text-decoration: none; }
+.nav-search { margin-left: auto; }
+.nav-search input { font-size: .8rem; padding: .3rem .625rem; width: 12rem; }
main { max-width: 760px; margin: 2rem auto; padding: 0 1.5rem; }