mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
fix the overlap in iOS music view
This commit is contained in:
parent
0a09062ad4
commit
c9becabced
@ -10,6 +10,8 @@
|
|||||||
-webkit-box-direction: normal;
|
-webkit-box-direction: normal;
|
||||||
-webkit-flex-direction: row;
|
-webkit-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
-webkit-flex-shrink: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigationSection {
|
.navigationSection {
|
||||||
@ -51,6 +53,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.infoContainer,
|
||||||
|
.sliderContainer {
|
||||||
|
-webkit-flex-shrink: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.nowPlayingInfoContainerMedia {
|
.nowPlayingInfoContainerMedia {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@ -75,6 +83,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-flex-wrap: wrap;
|
-webkit-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-flex-shrink: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingInfoControls,
|
.nowPlayingInfoControls,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div class="nowPlayingPageImageContainer"></div>
|
<div class="nowPlayingPageImageContainer"></div>
|
||||||
<div class="nowPlayingInfoControls">
|
<div class="nowPlayingInfoControls">
|
||||||
|
|
||||||
<div class="flex">
|
<div class="infoContainer flex">
|
||||||
|
|
||||||
<div class="nowPlayingInfoContainerMedia">
|
<div class="nowPlayingInfoContainerMedia">
|
||||||
<h2 class="nowPlayingPageTitle"></h2>
|
<h2 class="nowPlayingPageTitle"></h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user