From 03334a499376f33f0f2031248dbf9f600fff912d Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:29:27 +0200 Subject: [PATCH] even smaller meta speed zone --- public/s/js/scroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/js/scroller.js b/public/s/js/scroller.js index 0bbaf99..eb153b9 100644 --- a/public/s/js/scroller.js +++ b/public/s/js/scroller.js @@ -1419,7 +1419,7 @@ leftSpeedZone.setAttribute('aria-hidden', 'true'); leftSpeedZone.tabIndex = -1; Object.assign(leftSpeedZone.style, { - position: 'absolute', left: '0', bottom: '0', width: '40px', height: '100vh', + position: 'absolute', left: '0', bottom: '0', width: '20px', height: '100vh', background: 'none', border: 'none', padding: '0', cursor: 'pointer', opacity: '0', pointerEvents: 'all', touchAction: 'none', zIndex: '5' });