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:
parent
5ce2030655
commit
973f4f78ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue