#Issues/suggestions
1 messages · Page 1 of 1 (latest)
what
the link doesn’t work
thanks for lmk
Sick 🔥
actual fire
would be cool if instead of black itd use, uh idk, maybe the cover album with blur
love it
i9 also made an edit of this one and another that uses the album image for the progress bar
yeah as obsidian linked above theres a snippet for that, this is to try and replicate the spotify app UI
tho ig i could try and merge them.. will have a look tomorrow
yeah i get that, i tried it as transparent but then the buttons and everything looked out of place instead
use var(--background-secondary-alt)
should i keep the "Listening to Spotify" header? y/n
thoughts?
pretty cool
yop
forgot to follow up on this^
it's literally just #🎨-css-snippets message, that snippet is completely compatible
Can you share the css for this one?
@tall grove (forgot to turn on ping reply)
it's kinda broken for me xD
It only shows the full thing when I hover
I'm editing it a bit
also I had to download it just noticed it now
yeah that's intentional
should be pretty easy to edit it so it doesn't do that
yup
already done that ty
!!!
Just one thing, I'm having a hard time adding the snippet that extends the album art to the profile below
Even if I change the height to 200px as mentioned in the original snippet
nothing happens
Remove overflow: hidden from line 18
thx!
this commented out part at the end is a slightly modified version of that that adds an extra darkness and blur btw
was just messing with that rn xD
trying to make it fit my theme aesthetic
very cool snippet btw
thanks,
made it a while ago, but most of it was just slightly editing the other ones
@tall grove
do you know how I can change the color of the song title?
Seems like something broke
what doesnt work anymore
I set it to a ligther tone before
Seems like vc-spotify-titles broke?
i dont rlly know how it works
im on mobile rn, i'll see if anything changed when im on pc
okay thanks
yeah seems like it, I can't even change the size
I can change the margin though
again, I'm a noob at this lol
I just like messing around
@peak stag I fixed it
The classes were probably updated or something
oh u were using an exact class
wrong positioning?
thx, want me to send the quick css?
discord mustve changed smthng
cuz I edited it a lot, might also be something I made
ill lyk if i cant reproduce it
oki
did you change anything, or is that just how it is for you?
thats just how it is, i didnt change anything
can I send my css, then?
I was just gonna send it as a noteblock, is that ok?
if its not long yeah
I mainly changed the colors but I might have screwed something up in the proccess
who knows
its bc of this
#vc-spotify-player > * {
position: relative;
z-index: 1;
}
which is pretty necessary for the backgrund part
lemme see if i can fix it
add this
#vc-spotify-player > .vc-spotify-button-row > .vc-spotify-button[class*="shuffle"]:not([class*=off])::after {
bottom: 1px !important;
}
thanks
will try