summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken@jots.org>2026-06-18 21:58:04 +0000
committerKen D'Ambrosio <ken@jots.org>2026-06-18 21:58:04 +0000
commitc5ec42b2f42e285a95610f1b9b9efba4beef3d7e (patch)
tree549fdff3243113484a840bf0bc631c65eda4fddc /public/css
parent462e0081cc9062beb29530e84d15edf2003802db (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css5
1 files changed, 0 insertions, 5 deletions
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) {