Fix poster alignment

This commit is contained in:
CTalvio
2023-01-06 20:58:28 +02:00
parent 588850aca5
commit 39adc1ee48

1
base.css Normal file → Executable file
View File

@@ -36,6 +36,7 @@ div[data-role="controlgroup"] a[data-role="button"] {
/*Stop covers from being scrolled on desktop*/
.layout-desktop .detailImageContainer .card {
position: fixed !important;
top: 10% !important;
}
.layout-mobile .detailImageContainer .card {
position: absolute !important;