From b9e06d9a139e6d9a6d509f500beee97d0d071602 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 15 Aug 2026 20:12:25 +0900 Subject: 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. --- app/app.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/app.css') 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; } -- cgit v1.2.3