feat: make channel names clickable in related, up-next, and mini-bar

This commit is contained in:
Jonathan Sykes
2026-06-21 21:13:44 +08:00
parent 68d4921149
commit fea26fd435
2 changed files with 35 additions and 5 deletions

View File

@@ -1195,6 +1195,12 @@ input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.25); }
.card-channel.link:hover { color: var(--accent); text-decoration: underline; }
.np-channel { cursor: pointer; }
.np-channel:hover { color: var(--text-2); }
.upnext-channel.link { cursor: pointer; }
.upnext-channel.link:hover { color: var(--accent); text-decoration: underline; }
.ri-channel.link { cursor: pointer; }
.ri-channel.link:hover { color: var(--accent); text-decoration: underline; }
.mini-channel.link { cursor: pointer; }
.mini-channel.link:hover { color: var(--accent); text-decoration: underline; }
/* ============================================================================
* Per-card delete button (playlist / queue / saved)