Skip to content

Instantly share code, notes, and snippets.

@dgalli1
Created April 26, 2023 09:19
Show Gist options
  • Save dgalli1/eddc7425e56b7743fce5e89abff2527b to your computer and use it in GitHub Desktop.
Save dgalli1/eddc7425e56b7743fce5e89abff2527b to your computer and use it in GitHub Desktop.
jellyfin big music image
.nowPlayingPage {
position: relative;
}
@media only screen and (min-width: 1080px) {
.nowPlayingPageImageContainer {
width: 57%;
}
.nowPlayingInfoControls {
justify-content: start !important;
}
.playlistSection {
position: absolute;
top: 300px;
left: 57%;
right: 3.3%;
padding-left: 0.5rem;
}
}
@media only screen and (max-width: 1630px) {
.playlistSection {
top: 330px;
}
}
@media only screen and (max-width: 1280px) {
.nowPlayingInfoButtons {
width: 100%
justify-content: start !important;
}
.nowPlayingSecondaryButtons {
width: 100%;
justify-content: start !important;
}
.nowPlayingButtonsContainer {
flex-wrap: wrap !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment