From f56ea60d2d75a1783f59d0bd81fbad2bb9af25fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Semr=C3=A1d?= <76877124+VitroidFPV@users.noreply.github.com> Date: Wed, 22 Mar 2023 22:29:11 +0100 Subject: [PATCH] Fix toggle switch margin in LED tab (#3391) Fix toggle switch margin --- src/css/tabs/led_strip.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/tabs/led_strip.less b/src/css/tabs/led_strip.less index 7f253b1d..567f3922 100644 --- a/src/css/tabs/led_strip.less +++ b/src/css/tabs/led_strip.less @@ -499,6 +499,9 @@ z-index: 100; border: 1px dotted white; } + .modifiers .switchery, .overlays .switchery { + margin-top: 2px !important; + } } .gridWire { .wire {