From 8ebba0ec55e9ff01de83f228890521c5f8e57578 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 20 Mar 2026 08:34:01 -0400 Subject: [PATCH] fix: remove stale masonry play-overlay override and dead source tag branch Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 14 -------------- app/templates/_gallery_item.html | 2 -- 2 files changed, 16 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 3f2309c..63cb4ef 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1349,20 +1349,6 @@ header { z-index: 2; } -/* Play overlay for videos */ -.masonry-item .play-overlay { - position: absolute; - inset: 0; - display: grid; - place-items: center; - color: white; - font-size: 3rem; - text-shadow: 0 2px 8px rgba(0,0,0,0.8); - z-index: 1; - pointer-events: none; - opacity: 0.9; -} - /* Loading state for shuffle */ .masonry-container.loading { opacity: 0.5; diff --git a/app/templates/_gallery_item.html b/app/templates/_gallery_item.html index d7e9f96..61bf992 100644 --- a/app/templates/_gallery_item.html +++ b/app/templates/_gallery_item.html @@ -26,8 +26,6 @@ 🎭 {{ t.name.split(':', 1)[1] if ':' in t.name else t.name }} {% elif t.kind == 'rating' %} ⚠️ {{ t.name.split(':', 1)[1] if ':' in t.name else t.name }} - {% elif t.kind == 'source' %} - 🌐 {{ t.name.split(':', 1)[1] if ':' in t.name else t.name }} {% elif t.kind == 'post' %} 📌 {{ t.name.split(':', 1)[1] if ':' in t.name else t.name }} {% else %}