mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
backward compateblity for web os
This commit is contained in:
parent
f7f83f08d4
commit
8e9b094d4b
2 changed files with 128 additions and 104 deletions
|
@ -456,6 +456,10 @@
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
.layout-tv .detailPagePrimaryContainer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.detailPageSeconderyContainer {
|
||||
margin: 1.25em 0;
|
||||
display:grid;
|
||||
|
@ -464,6 +468,16 @@
|
|||
padding-right:2%;
|
||||
}
|
||||
|
||||
.layout-tv .detailPageSeconderyWrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.layout-tv .detailPageSeconderyContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
margin: 1.25em 0;
|
||||
width: 350px;
|
||||
|
@ -472,6 +486,14 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
.layout-tv .detailImageContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 25%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.detailPagePrimaryContent {
|
||||
position: relative;
|
||||
-webkit-box-flex: 1;
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="detailPageSeconderyWrapper">
|
||||
<div class="detailImageContainer verticalSection-extrabottompadding padded-left"></div>
|
||||
<div class="detailPageSeconderyContainer">
|
||||
|
||||
|
@ -253,3 +254,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue