New: Brought back posters in TV layout as it lacks backdrops by default
Fix: Made the TV layout more consistent and removed the workaround for navigation
This commit is contained in:
parent
dd4725b28b
commit
4df45afdbe
1 changed files with 17 additions and 7 deletions
|
|
@ -242,11 +242,6 @@ html {
|
|||
justify-content: flex-start !important;
|
||||
}
|
||||
|
||||
.layout-tv .vertical-wrap:not(.centered) {
|
||||
/* this looks odd, but it is needed for proper navigation with remote controls on TVs*/
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
||||
.countIndicator,
|
||||
.fullSyncIndicator,
|
||||
.mediaSourceIndicator {
|
||||
|
|
@ -770,6 +765,13 @@ html {
|
|||
background: linear-gradient(0deg, var(--darkerGradientPointAlpha) 70%, 85%, transparent);
|
||||
}
|
||||
|
||||
.layout-tv .detailPageWrapperContainer {
|
||||
padding-left: 30vw;
|
||||
background: transparent;
|
||||
min-height: 46vh;
|
||||
background: linear-gradient(0deg, var(--darkerGradientPointAlpha) 70%, 85%, transparent);
|
||||
}
|
||||
|
||||
.detailPagePrimaryContainer {
|
||||
align-content: space-between;
|
||||
align-items: stretch;
|
||||
|
|
@ -1009,8 +1011,9 @@ html {
|
|||
display: block;
|
||||
height: 25vh;
|
||||
top: 40vh;
|
||||
width: 60%;
|
||||
margin: auto 20%;
|
||||
left: 30vw;
|
||||
width: 60vw;
|
||||
margin: auto 5vw;
|
||||
}
|
||||
|
||||
.layout-tv .itemBackdrop {
|
||||
|
|
@ -1021,6 +1024,12 @@ html {
|
|||
padding-left: 0;
|
||||
}
|
||||
|
||||
.layout-tv .detailImageContainer.padded-left {
|
||||
padding-left: 0;
|
||||
height: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.layout-desktop .detailImageContainer .card {
|
||||
top: unset !important;
|
||||
width: 22vh !important;
|
||||
|
|
@ -1038,6 +1047,7 @@ html {
|
|||
|
||||
.layout-tv .detailImageContainer .card {
|
||||
width: 23vw !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.layout-mobile .detailImageContainer .card {
|
||||
|
|
|
|||
Loading…
Reference in a new issue