From 46b5ff089d707c1413152b071e9a14b8813d856c Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Fri, 19 Apr 2024 10:30:38 -0400 Subject: [PATCH] Hide cycle buttons on mobile controls when not on starter select --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 6aaefb88488..9a507ad6766 100644 --- a/index.css +++ b/index.css @@ -146,7 +146,7 @@ body { margin-left: 10%; } -#touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadRectBtnContainer > #apadCycleNature, #touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadSqBtnContainer { +#touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadRectBtnContainer > .apadSqBtn, #touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadSqBtnContainer { display: none; }