From c07880876ad0d65bb8e0e774dff68c100dad4dae Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sun, 14 Jan 2024 01:00:26 +0300 Subject: [PATCH] Some controls tweaks --- www/js/porting/css/controls.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/www/js/porting/css/controls.css b/www/js/porting/css/controls.css index 1ec163f..d70bf03 100644 --- a/www/js/porting/css/controls.css +++ b/www/js/porting/css/controls.css @@ -7,14 +7,14 @@ height: 50vh; z-index: 1488; - opacity: 0.7; + opacity: 0.6; } .show-gamepad-button { z-index: 1489; position: absolute; - right: 1vh; - bottom: 1vh; + right: 3vh; + bottom: 3vh; background-size: cover; background-position: center; justify-content: center; @@ -27,8 +27,8 @@ .switch-button { z-index: 1489; position: absolute; - left: 1vh; - bottom: 1vh; + left: 3vh; + bottom: 3vh; background-size: cover; background-position: center; justify-content: center; @@ -48,7 +48,7 @@ } .gamepad-buttons { - opacity: 0.9; + opacity: 0.6; z-index: 1488; position: absolute; bottom: 16px; @@ -110,22 +110,24 @@ .LB { background-image: url('../assets/omori_l_button.png'); + opacity: 0.6; left: 16px; bottom: 56vh; } .RB { background-image: url('../assets/omori_r_button.png'); + opacity: 0.6; right: 16px; bottom: 56vh; } .dpad-buttons { - opacity: 0.9; + opacity: 0.6; z-index: 1488; position: absolute; bottom: 16px; - left: 16px; + left: 32px; background-size: cover; background-position: center; justify-content: center; @@ -149,7 +151,7 @@ position: relative; width: 100%; height: 100%; - opacity: 0.5; + opacity: 0.6; } .up {