#Compact Spotify Design for MusicControls

1 messages ยท Page 1 of 1 (latest)

narrow rivet
#

If you want my theme for [User & Activity Panels Redesign](#๐ŸŽจ-css-snippets message) (GIF Image) add the following code in your quick css:

:root {
    --spotify-image-blur: 3px;
    --spotify-image-opacity: 1;
    --spotify-image-hover-opacity: 1;
}

#vc-spotify-album-image:hover {
    filter: brightness(1);
    cursor: pointer;
}

#vc-spotify-player {
    padding-bottom: 9px;
    background: color-mix(in srgb, var(--panel-color) 40%, transparent) !important;
}

#vc-spotify-player:hover::after {
    backdrop-filter: blur(3px) !important;
}
}```
**Only if you use [User & Activity Panels Redesign]([#๐ŸŽจ-css-snippets message](/guild/1015060230222131221/channel/1028106818368589824/p/1392958289184030722/#msg-1434002998111113366))**
rigid torrent
#

this i kinda cool

rigid torrent
#

added it to my theme

wintry bobcat
#

This works out really nicely with the system24 theme.

#

Just wanted to post what it ends up looing like with system24 theme.

kindred dragon
narrow rivet
kindred dragon
#

yeah I tried it and it didnt worked

narrow rivet