Fix poster alignment
This commit is contained in:
1
base.css
Normal file → Executable file
1
base.css
Normal file → Executable file
@@ -36,6 +36,7 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||||||
/*Stop covers from being scrolled on desktop*/
|
/*Stop covers from being scrolled on desktop*/
|
||||||
.layout-desktop .detailImageContainer .card {
|
.layout-desktop .detailImageContainer .card {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
|
top: 10% !important;
|
||||||
}
|
}
|
||||||
.layout-mobile .detailImageContainer .card {
|
.layout-mobile .detailImageContainer .card {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user