+
{% if release.link %}
{% else %}
{% endif %}
{% endif %}
diff --git a/manifest.yaml b/manifest.yaml
index 23dcaf0..31dbd36 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -358,32 +358,6 @@ css:
0 4px 14px hsl(var(--bevel-dark) / 0.22);
}
- /* --- Responsive persona grids ----------------------------- */
- /* Explicit media queries so column counts do NOT depend on the host
- Tailwind build having scanned these theme templates (persona blocks
- use responsive class combos no builtin emits, so the JIT drops them
- and the grid collapses to its base count). 1 col on phones. */
- .y2k-grid-records {
- display: grid;
- gap: 1.5rem;
- grid-template-columns: minmax(0, 1fr);
- }
- @media (min-width: 640px) {
- .y2k-grid-records { grid-template-columns: repeat(2, minmax(0, 1fr)); }
- }
- @media (min-width: 1024px) {
- .y2k-grid-records { grid-template-columns: repeat(4, minmax(0, 1fr)); }
- }
-
- /* Compact chrome tile for absent album/track art — a fixed, modest
- height so an empty media field never balloons into a blank box. */
- .y2k-media-empty {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 11rem;
- }
-
/* --- Marquee ---------------------------------------------- */
.y2k-marquee {
overflow: hidden;