From c5ec42b2f42e285a95610f1b9b9efba4beef3d7e Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Thu, 18 Jun 2026 21:58:04 +0000 Subject: Rename global search to "Album Search" and group results by album Photo search was returning every individual matching photo, which was overkill for what's meant to be a quick way to find an album. /search now groups matches by album (cover thumbnail + match count) instead of listing each photo, and is relabeled "Album Search" throughout the UI. Co-Authored-By: Claude Sonnet 4.6 --- public/css/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index 09de0b3..03d869f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -389,11 +389,6 @@ legend { padding: 0 8px; color: var(--text-dim); font-size: .85rem; } .search-input:focus { border-color: var(--accent); outline: none; } .search-hint { font-size: .8rem; color: var(--text-dim); margin: 0 0 18px; } .search-hint code { background: var(--bg3); padding: 1px 5px; border-radius: 3px; font-size: .85em; } -.search-card .card-meta { padding: 6px 8px 8px; } -.search-album-path { font-size: .72rem; color: var(--text-dim); margin-top: 3px; - overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } -.search-album-path a { color: var(--text-dim); } -.search-album-path a:hover { color: var(--accent); } /* ── Responsive ────────────────────────────────────────────────────────── */ @media (max-width: 600px) { -- cgit v1.2.3