mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fix poster not appearing
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
/*Alternate itempage*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/*Alternate itempage*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position:fixed;
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
.detailSectionContent {
|
||||
max-width: 66em;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position:fixed;
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
.detailSectionContent {
|
||||
max-width: 66em;
|
||||
|
||||
Reference in New Issue
Block a user