From ce6e23b77eb640a4b6b40ad535551cdc78918091 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 2 Mar 2021 04:31:58 +0100 Subject: [PATCH] overhauling next and prev usage #2 --- public/s/css/f0ck-custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ck-custom.css b/public/s/css/f0ck-custom.css index f407231..19d61eb 100644 --- a/public/s/css/f0ck-custom.css +++ b/public/s/css/f0ck-custom.css @@ -285,7 +285,7 @@ a#next { z-index: 1; left: 0; background: transparent; - width: 40%; + width: 25%; height: 95%; } @@ -294,7 +294,7 @@ a#prev { z-index: 1; right: 0; background: transparent; - width: 40%; + width: 25%; height: 95%; }