```css /* [[ USER PANEL ]] */ [class^=nameTag-][class*=canCopy-] { margin-left: 5px } .container-1CH86i { display: flex; flex-direction: column; height: fit-content; gap: 0px; padding: 0; margin: 0; background: transparent !important } .container-1CH86i>.avatarWrapper-12uuu4 { width: 100%; height: 50px; padding: 0 16px; margin: 0; box-sizing: border-box; border-radius: unset } .panels-3wFtMD .container-1CH86i .flex-2S1XBF { width: 100%; justify-content: center; gap: 0px } .container-1CH86i button { background: transparent; height: 40px; width: 100%; border-radius: unset; box-sizing: border-box } .container-1CH86i button:hover, .withTagAsButton-2_JkHX:hover { background: var(--brand-experiment-700) !important; } .container-1CH86i .button-ejjZWC:hover .contents-3NembX { color: var(--interactive-hover) } [class^=actionButtons-] { display: flexbox; order: -1; box-sizing: border-box; gap: 0; padding-top: 0 } [class^=actionButtons-] [class^=button-][class*=buttonColor-] { height: 40px; background: transparent; } [class^=actionButtons-] [class^=button-][class*=buttonColor-]:hover { background: var(--brand-experiment-700) !important; } .theme-dark .container-1um7CU { background: transparent } .panels-3wFtMD { background: hsl(var(--primary-500-hsl)/0.5) !important; border-radius: 8px; display: flex; flex-direction: column; box-sizing: border-box; overflow: hidden; margin: 0.5em; position: relative; transition: background 250ms ease-in-out } body:has(.vc-spotify-pause) .panels-3wFtMD { background: color-mix(in srgb, var(--brand-experiment) 25%, rgba(0, 0, 0, 0.25)) !important } .container-2NLBJg { display: flex; flex-direction: column; box-sizing: border-box; border: none; padding: unset; background: transparent !important } .container-2NLBJg>.flex-2S1XBF { padding: 8px; } /* [[ SPOTIFY CONTROLS ]] */ #vc-spotify-player { background: transparent !important; border-bottom: none; padding: 0.875em 0.75em } .vc-spotify-button-row { margin-top: 15px } #vc-spotify-titles { margin: 0 0.25em } #vc-spotify-song-title { font-weight: 800 } .vc-spotify-time-right, .vc-spotify-time-left { margin-top: 1px; font-weight: 600; letter-spacing: 0.05em } .vc-spotify-comma, .vc-spotify-ellipoverflow, .vc-spotify-artist, .vc-spotify-album { margin-top: -2px; font-weight: 600 } #vc-spotify-player [class*=bar-] { background: var(--background-modifier-accent) } #vc-spotify-player [class*=barFill] { background: var(--brand-experiment) } #vc-spotify-player .mini-28oMa3 .grabber-3R-Rx9 { background: var(--interactive-active); border-color: var(--interactive-active); height: 8px !important; width: 8px !important; border-radius: 50%; transform: translateY(1px) translateX(2.5px) } #vc-spotify-player .vc-spotify-repeat-off.vc-spotify-repeat-off.vc-spotify-repeat-off, #vc-spotify-player .vc-spotify-shuffle-off.vc-spotify-shuffle-off.vc-spotify-shuffle-off { color: var(--brand-experiment) } #vc-spotify-player .vc-spotify-button.vc-spotify-button:hover { background: color-mix(in srgb, var(--brand-experiment) 50%, transparent); } #vc-spotify-player .vc-spotify-button.vc-spotify-button { color: var(--interactive-active); background: color-mix(in srgb, var(--brand-experiment) 25%, transparent); margin: 0 4px; scale: 0.85; } [class*=panels-] [class*=activityPanel-] { border-bottom: none } [class*=listeningAlong-] { padding-bottom: 24px !important } /* added in v2.0.0 */ #vc-spotify-info-wrapper { flex-direction: row-reverse; } #vc-spotify-player #vc-spotify-album-image { margin-top: -4px; } .wrapper-1gVUIN { background: transparent } #vc-spotify-titles { margin-left: 0; padding-left: 0; flex: 1 auto; } ```