From 9828918b97f353e553590b8bbcd773127d833361 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Sun, 31 May 2026 10:45:15 +0900 Subject: [PATCH] style: dedupe to shared components (publish badge, filter selects, gap token) - publish.html: status column uses shared .badge (badge-muted/warning/ success) instead of its own .st-badge inline-color span - collection.html / discover.html: drop .filter-sel rules now that the shared `select` styling covers them (row-sel kept for compact inline) - style.css: .gap-2 uses var(--space-2) for token consistency No behavior change; follow-up cleanup from the design-uplift review. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/resources/static/css/style.css | 2 +- src/main/resources/templates/collection.html | 2 -- src/main/resources/templates/discover.html | 2 -- src/main/resources/templates/publish.html | 7 +++---- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index cbe7097..703fd78 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -36,7 +36,7 @@ ul { } .gap-2 { - gap: 0.5rem; + gap: var(--space-2); } .gap-4 { diff --git a/src/main/resources/templates/collection.html b/src/main/resources/templates/collection.html index e9d39a3..559bde2 100644 --- a/src/main/resources/templates/collection.html +++ b/src/main/resources/templates/collection.html @@ -128,8 +128,6 @@ diff --git a/src/main/resources/templates/publish.html b/src/main/resources/templates/publish.html index eda1984..7aa7095 100644 --- a/src/main/resources/templates/publish.html +++ b/src/main/resources/templates/publish.html @@ -41,13 +41,12 @@