diff --git a/src/css/tabs/motors.css b/src/css/tabs/motors.css index 6c36409a..182f1fbe 100644 --- a/src/css/tabs/motors.css +++ b/src/css/tabs/motors.css @@ -8,9 +8,9 @@ border: 1px solid var(--subtleAccent); width: fit-content; height: 20px; - float: left; margin-right: 55px; border-radius: 3px; + min-width: 150px; } .tab-motors table { @@ -59,7 +59,7 @@ .tab-motors .mixerPreview img { width: 150px; height: 150px; - margin-left: 18px; + margin-left: 10px; } .tab-motors select .escprotocol { @@ -158,6 +158,18 @@ width: calc(100% - 20px); } +.tab-motors .spacer_box.mixer_settings { + padding-bottom: 0px; +} + +.tab-motors .motor_direction_reversed { + padding-top: 10px; +} + +.tab-motors .motor_tool_buttons { + padding-left: 10px; +} + .tab-motors .disarm { margin-bottom: 5px; float: left; diff --git a/src/tabs/motors.html b/src/tabs/motors.html index 6a3e1bdf..2566bfa1 100644 --- a/src/tabs/motors.html +++ b/src/tabs/motors.html @@ -16,10 +16,17 @@
-