mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
fix
This commit is contained in:
parent
d48df625f3
commit
8101dac3d4
@ -2,14 +2,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
flex-grow: 1;
|
||||
width: 40%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.nowPlayingBarSecondaryText{
|
||||
width: 45%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* Now playing bar */
|
||||
.nowPlayingBar {
|
||||
@ -98,6 +95,8 @@
|
||||
/* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-grow: 1;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@ -159,6 +158,9 @@
|
||||
.nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
|
||||
display: none !important;
|
||||
}
|
||||
.nowPlayingBarInfoContainer {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 24em) {
|
||||
|
Loading…
Reference in New Issue
Block a user