Created
April 3, 2020 08:41
-
-
Save davestewart/db90801cbb96396e7fe7b0b0427cc789 to your computer and use it in GitHub Desktop.
Mixcloud vertical playlist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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