changing bot zones to 40px

This commit is contained in:
2026-05-15 03:33:42 +02:00
parent 03334a4993
commit 65c7fcacd3

View File

@@ -1407,7 +1407,7 @@
rightSpeedZone.setAttribute('aria-hidden', 'true'); rightSpeedZone.setAttribute('aria-hidden', 'true');
rightSpeedZone.tabIndex = -1; rightSpeedZone.tabIndex = -1;
Object.assign(rightSpeedZone.style, { 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', background: 'none', border: 'none', padding: '0', cursor: 'pointer', opacity: '0',
pointerEvents: 'all', touchAction: 'none', zIndex: '5' pointerEvents: 'all', touchAction: 'none', zIndex: '5'
}); });
@@ -1419,7 +1419,7 @@
leftSpeedZone.setAttribute('aria-hidden', 'true'); leftSpeedZone.setAttribute('aria-hidden', 'true');
leftSpeedZone.tabIndex = -1; leftSpeedZone.tabIndex = -1;
Object.assign(leftSpeedZone.style, { 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', background: 'none', border: 'none', padding: '0', cursor: 'pointer', opacity: '0',
pointerEvents: 'all', touchAction: 'none', zIndex: '5' pointerEvents: 'all', touchAction: 'none', zIndex: '5'
}); });