From e183988acbd53afc69b10ed06ce84c3e88461616 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Wed, 1 Apr 2026 04:30:37 +0000 Subject: [PATCH] Hide inactive source-use badges Inactive badges (uses not present on a source image) are now hidden rather than shown at low opacity, which was visually noisy and confusing. Co-Authored-By: Claude Sonnet 4.6 --- public/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index e6a6837..b70e663 100644 --- a/public/style.css +++ b/public/style.css @@ -1085,6 +1085,10 @@ nav { box-shadow: 0 0 0 3px rgba(91, 156, 246, 0.3); } +.source-card-create-bin { + width: 100%; +} + .source-card-footer { display: flex; align-items: center; @@ -1120,7 +1124,7 @@ nav { } .source-use-badge.source-use-inactive { - opacity: 0.25; + display: none; } .source-use-grid {