Created
April 26, 2023 09:19
-
-
Save dgalli1/eddc7425e56b7743fce5e89abff2527b to your computer and use it in GitHub Desktop.
jellyfin big music image
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
.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