adlawson/mixcloud-tracklist

Large margin above tracklist

Closed this issue · 2 comments

The tracklist on Mixcloud's new (Beta) website is displayed with a large margin above it (see white space in the first image below). This seems to be due to the clear:both I've applied to it.

image 1

The problem is that without the clear:both the tracklist is restricted to the main content side of the page which looks even worse.

image 2

Applying rubbish workarounds like margin-top:-20px etc doesn't seem to help.

I'd appreciate some help on this one, so here's some instructions for running it (in Chrome) if you'd like to give me a hand:

1) Extract this Zip somewhere on your local machine
mixcloud-tracklist.zip


2) Make sure you disable any other versions of this extension you're running
image 1


3) Enable "Developer Mode" in chrome://extensions
image 2


4) Click "Load unpacked extension..." and point it to the unzipped folder from step 1. Don't worry about the "unrecognised manifest key 'application'" warning
image

Add this to .cloudcast-tracklist
position: relative; top: -42px;

image