From b578926d776ef0579dfacb3344633bf330b1f663 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sun, 23 Feb 2025 15:38:30 +0100 Subject: [PATCH] [web] Reduce size of the switch control --- web-src/src/components/ControlSwitch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-src/src/components/ControlSwitch.vue b/web-src/src/components/ControlSwitch.vue index 02080871..52f22594 100644 --- a/web-src/src/components/ControlSwitch.vue +++ b/web-src/src/components/ControlSwitch.vue @@ -37,7 +37,7 @@ export default { display: inline-block; background: var(--bulma-grey-lighter); border-radius: 1rem; - width: 2.5rem; + width: 2.25rem; height: 1.25rem; position: relative; vertical-align: middle; @@ -69,7 +69,7 @@ export default { background: var(--bulma-dark); &:before { - left: 1.375rem; + left: 1.125rem; } } }