@@ -7587,11 +7587,11 @@ <h2 id="fw-title">Download standard Atari ROMs?</h2>
75877587 # arcade-fs-menu { right : calc (env (safe-area-inset-right, 0px ) + 10px ); }
75887588 # arcade-bar-show { right : calc (env (safe-area-inset-right, 0px ) + 66px ); font-size : 26px ; }
75897589
7590- /* Auto-fire toggle sits low on the right, above the on-canvas fire
7591- zone — styled after the CX40 joystick's red dome button. */
7590+ /* Auto-fire toggle tucked in the corner UNDER the on-canvas fire
7591+ button — styled after the CX40 joystick's red dome button. */
75927592 # arcade-af {
75937593 top : auto;
7594- bottom : calc (env (safe-area-inset-bottom, 0px ) + 150 px );
7594+ bottom : calc (env (safe-area-inset-bottom, 0px ) + 8 px );
75957595 right : calc (env (safe-area-inset-right, 0px ) + 10px );
75967596 font-size : 13px ; font-weight : 800 ;
75977597 font-family : ui-sans-serif, system-ui, sans-serif;
@@ -7617,7 +7617,7 @@ <h2 id="fw-title">Download standard Atari ROMs?</h2>
76177617 /* Tilt-steering toggle, stacked above the AF button. */
76187618 # arcade-tilt {
76197619 top : auto;
7620- bottom : calc (env (safe-area-inset-bottom, 0px ) + 210 px );
7620+ bottom : calc (env (safe-area-inset-bottom, 0px ) + 150 px );
76217621 right : calc (env (safe-area-inset-right, 0px ) + 10px );
76227622 font-size : 11px ; font-weight : 800 ;
76237623 font-family : ui-sans-serif, system-ui, sans-serif;
@@ -7635,7 +7635,7 @@ <h2 id="fw-title">Download standard Atari ROMs?</h2>
76357635 always-visible spot in the right-side stack. */
76367636 # arcade-start {
76377637 top : auto;
7638- bottom : calc (env (safe-area-inset-bottom, 0px ) + 270 px );
7638+ bottom : calc (env (safe-area-inset-bottom, 0px ) + 210 px );
76397639 right : calc (env (safe-area-inset-right, 0px ) + 10px );
76407640 font-size : 10px ; font-weight : 800 ;
76417641 font-family : ui-sans-serif, system-ui, sans-serif;
@@ -7654,9 +7654,9 @@ <h2 id="fw-title">Download standard Atari ROMs?</h2>
76547654 and AF stays above the on-canvas fire zone. */
76557655 @media (max-height : 480px ) {
76567656 .arcade-fab { width : 40px ; height : 40px ; }
7657- # arcade-af { bottom : calc (env (safe-area-inset-bottom, 0px ) + 108 px ); font-size : 12px ; }
7658- # arcade-tilt { bottom : calc (env (safe-area-inset-bottom, 0px ) + 156 px ); font-size : 10px ; }
7659- # arcade-start { bottom : calc (env (safe-area-inset-bottom, 0px ) + 204 px ); font-size : 9px ; }
7657+ # arcade-af { bottom : calc (env (safe-area-inset-bottom, 0px ) + 6 px ); font-size : 12px ; }
7658+ # arcade-tilt { bottom : calc (env (safe-area-inset-bottom, 0px ) + 108 px ); font-size : 10px ; }
7659+ # arcade-start { bottom : calc (env (safe-area-inset-bottom, 0px ) + 156 px ); font-size : 9px ; }
76607660 }
76617661
76627662 /* Compact console-keys row (replaces the desktop bar for play). */
0 commit comments