fix: close mb-card-icon:hover rule and merge discover-sync-card properties

The hover rule was missing its closing brace, bleeding into the Discover
CSS section. The discover-sync-card rule also had a premature close that
left padding, display, gap, and transition orphaned outside the block.
This commit is contained in:
JohnBaumb 2026-04-24 03:13:33 -07:00
parent 5ce2030655
commit 973f4f78ed

View file

@ -59939,6 +59939,7 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt
#artist-detail-page .release-card.album-card .mb-card-icon:hover {
opacity: 1;
}
/* ── SoulSync Discover Sync Tab ───────────────────────────────────────── */
@ -59969,7 +59970,6 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;
margin: 3px 6px;
}
padding: 8px 14px;
display: flex;
align-items: center;