soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
705 stars 231 forks source link

two layer artwork bug #50

Open liamquinn opened 11 years ago

liamquinn commented 11 years ago

Hello All

I love this thing, so cool looks so good. I have made this for my site

http://liamquinn.com/soundcloudtest/examples/sc-player-artwork.html

which is looking good and working pretty well.

The only problem is the third track on the top row. when you click on it the first two on the next row move down a full row down and the third one moves up and touches the bottom of the other. I cannot seem to figure it out, I am fairly new to jquery but have fairly good understanding of css and html. I think it looks like a css issue but it is really bugging me now!

Any help would be awesome.

Thanks

Liam

liamquinn commented 11 years ago

Ah Ha! sorted

for anyone wanting to know I needed to add "display: block;" to ".sc-player .sc-artwork-list li{" in the stucture.css file to make it work properly. This changes the layout slightly so you need to change the margin bottom to get them lined up again.