From 27fc44c6b972becf440af213400f4f76de5cfb6a Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Thu, 29 May 2025 13:58:24 +0200 Subject: [PATCH] Updated Position for next and Previeous on 1440p --- data/style/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index 7f92d89..070256d 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -920,6 +920,14 @@ div.content { width: 90%; } + .itemlistprev { + left: -100%; + } + + .itemlistnext { + right: 120%; + } + .navigation { width: 90%; padding: 10px 5%;