1
0
Fork 0
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:
grafixeyehero 2019-12-22 17:47:17 +03:00
parent f7f83f08d4
commit 8e9b094d4b
2 changed files with 128 additions and 104 deletions

View file

@ -456,6 +456,10 @@
z-index: 2; z-index: 2;
} }
.layout-tv .detailPagePrimaryContainer {
position: relative;
}
.detailPageSeconderyContainer { .detailPageSeconderyContainer {
margin: 1.25em 0; margin: 1.25em 0;
display:grid; display:grid;
@ -464,6 +468,16 @@
padding-right:2%; padding-right:2%;
} }
.layout-tv .detailPageSeconderyWrapper {
display: flex;
}
.layout-tv .detailPageSeconderyContainer {
display: flex;
flex-direction: column;
width: 75%;
}
.detailImageContainer { .detailImageContainer {
margin: 1.25em 0; margin: 1.25em 0;
width: 350px; width: 350px;
@ -472,6 +486,14 @@
float: left; float: left;
} }
.layout-tv .detailImageContainer {
display: flex;
flex-direction: column;
position: relative;
width: 25%;
float: right;
}
.detailPagePrimaryContent { .detailPagePrimaryContent {
position: relative; position: relative;
-webkit-box-flex: 1; -webkit-box-flex: 1;

View file

@ -126,6 +126,7 @@
</button> </button>
</div> </div>
</div> </div>
<div class="detailPageSeconderyWrapper">
<div class="detailImageContainer verticalSection-extrabottompadding padded-left"></div> <div class="detailImageContainer verticalSection-extrabottompadding padded-left"></div>
<div class="detailPageSeconderyContainer"> <div class="detailPageSeconderyContainer">
@ -252,4 +253,5 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>