Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created April 3, 2020 08:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davestewart/db90801cbb96396e7fe7b0b0427cc789 to your computer and use it in GitHub Desktop.
Mixcloud vertical playlist
body {
padding-left: 400px;
}
div[class^=RebrandPlayerQueueItem__QueueItem] {
width: 400px;
}
div.player-height-placeholder div[class^=playerQueue__UpNextArea] {
z-index: 1000 !important;
position: fixed;
left: 0;
top: 0;
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
div.player-height-placeholder div[class^=RebrandPlayerControls__PlayerContainer] {
z-index: 2000;
}
div[class^=playerQueue__PlayerWrapper] {
xpadding-left: 162px;
}
div[class^=RebrandHeader__FullWidthHeader]:before {
display: none !important;
}
.fncWre {
padding-right: 15px;
}
.inner-container {
padding: 0 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment