From e6b8d5e83a26211c424d960a7aea8e5aabe3f145 Mon Sep 17 00:00:00 2001 From: Alexey Nurgaliev Date: Sun, 12 May 2024 17:03:57 +0300 Subject: [PATCH] make netplay virtual gamepad buttons border thicker --- assets/css/netplay.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/netplay.css b/assets/css/netplay.css index ea987f9..30c9c87 100644 --- a/assets/css/netplay.css +++ b/assets/css/netplay.css @@ -97,6 +97,7 @@ body { } #virtual-gamepad .btn { position: absolute; + border-width: 3px; } #virtual-gamepad .btn-circle { display: inline-block;