From 65c7fcacd3e459077039874c09da86331e07bd85 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:33:42 +0200 Subject: [PATCH] changing bot zones to 40px --- public/s/js/scroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/s/js/scroller.js b/public/s/js/scroller.js index eb153b9..529f826 100644 --- a/public/s/js/scroller.js +++ b/public/s/js/scroller.js @@ -1407,7 +1407,7 @@ rightSpeedZone.setAttribute('aria-hidden', 'true'); rightSpeedZone.tabIndex = -1; Object.assign(rightSpeedZone.style, { - position: 'absolute', right: '0', bottom: '0', width: '80px', height: '100vh', + position: 'absolute', right: '0', bottom: '0', width: '40px', height: '100vh', background: 'none', border: 'none', padding: '0', cursor: 'pointer', opacity: '0', pointerEvents: 'all', touchAction: 'none', zIndex: '5' }); @@ -1419,7 +1419,7 @@ leftSpeedZone.setAttribute('aria-hidden', 'true'); leftSpeedZone.tabIndex = -1; Object.assign(leftSpeedZone.style, { - position: 'absolute', left: '0', bottom: '0', width: '20px', height: '100vh', + position: 'absolute', left: '0', bottom: '0', width: '40px', height: '100vh', background: 'none', border: 'none', padding: '0', cursor: 'pointer', opacity: '0', pointerEvents: 'all', touchAction: 'none', zIndex: '5' });