From b49375cdc4912e1d4e873be5fe15c657cd5359f0 Mon Sep 17 00:00:00 2001 From: Valentin Valls Date: Sat, 14 Dec 2019 18:36:49 +0100 Subject: [PATCH] Tune footswitch image size --- html/css/pedals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/pedals.css b/html/css/pedals.css index da1c154..7546d3a 100644 --- a/html/css/pedals.css +++ b/html/css/pedals.css @@ -459,7 +459,7 @@ body > .mod-settings.mod-window-visible { background-image:url(/resources/pedals/footswitch.png); background-position:left center; background-repeat:no-repeat; - background-size:auto 64px; + background-size:64px auto; height:64px; left:47px; position:absolute;