From 39adc1ee48cd5a07fec458f04a78b1e171f2ccb7 Mon Sep 17 00:00:00 2001 From: CTalvio Date: Fri, 6 Jan 2023 20:58:28 +0200 Subject: [PATCH] Fix poster alignment --- base.css | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 base.css diff --git a/base.css b/base.css old mode 100644 new mode 100755 index cf50fb7..3ba1e79 --- a/base.css +++ b/base.css @@ -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;