Fix poster not appearing

This commit is contained in:
CTalvio
2022-07-14 22:19:45 +03:00
parent f3439b90fc
commit 512300b16e
4 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
/*Alternate itempage*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.itemBackdrop {
height: 31vh !important;
display: inherit;

View File

@@ -1,4 +1,8 @@
/*Alternate itempage*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.itemBackdrop {
height: 31vh !important;
display: inherit;

View File

@@ -1,6 +1,7 @@
/*Tweak series/movie/album title screen*/
.detailImageContainer .card {
position:fixed;
position: fixed !important;
top: 20% !important;
}
.detailSectionContent {
max-width: 66em;

View File

@@ -1,6 +1,7 @@
/*Tweak series/movie/album title screen*/
.detailImageContainer .card {
position:fixed;
position: fixed !important;
top: 20% !important;
}
.detailSectionContent {
max-width: 66em;