Skip to content

Commit f56ea60

Browse files
authored
Fix toggle switch margin in LED tab (#3391)
Fix toggle switch margin
1 parent 17c5d53 commit f56ea60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/tabs/led_strip.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,9 @@
499499
z-index: 100;
500500
border: 1px dotted white;
501501
}
502+
.modifiers .switchery, .overlays .switchery {
503+
margin-top: 2px !important;
504+
}
502505
}
503506
.gridWire {
504507
.wire {

0 commit comments

Comments
 (0)