diff --git a/src/css/tabs/configuration.less b/src/css/tabs/configuration.less index a08c0c4c31..3f565fff57 100644 --- a/src/css/tabs/configuration.less +++ b/src/css/tabs/configuration.less @@ -28,7 +28,6 @@ .board_align_inputs { display: flex; label { - display: flex; white-space: nowrap; } } diff --git a/src/css/tabs/firmware_flasher.less b/src/css/tabs/firmware_flasher.less index e5ae12d146..dafd2bdc85 100644 --- a/src/css/tabs/firmware_flasher.less +++ b/src/css/tabs/firmware_flasher.less @@ -80,7 +80,7 @@ .detect-board { position: absolute; top: 0; - height: 1.5rem; + height: 1.7rem; right: 1.25rem; z-index: 10; pointer-events: all; diff --git a/src/css/tabs/pid_tuning.less b/src/css/tabs/pid_tuning.less index fd141f7164..c6d9170723 100644 --- a/src/css/tabs/pid_tuning.less +++ b/src/css/tabs/pid_tuning.less @@ -125,6 +125,7 @@ text-align-last: right; border-radius: 3px; border: 1px solid var(--surface-500); + width: 75px; } } .gui_box { @@ -359,7 +360,7 @@ margin-right: 5px; .head { text-align: left; - border-bottom: 1px solid var(--surface-500); + border-radius: 4px; background-color: var(--surface-300); color: var(--text); height: 19px; @@ -480,19 +481,6 @@ .topspacer { margin-top: 5px; } - .bottomarea { - float: left; - width: calc(100% - 2px); - border-bottom: 1px solid var(--surface-500); - border-left: 1px solid var(--surface-500); - border-right: 1px solid var(--surface-500); - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; - padding-top: 5px; - padding-bottom: 5px; - background-color: var(--surface-200); - height: 20px; - } .profile { min-width: 130px; select { diff --git a/src/css/tabs/sensors.less b/src/css/tabs/sensors.less index 587821522b..b3a2415db5 100644 --- a/src/css/tabs/sensors.less +++ b/src/css/tabs/sensors.less @@ -20,9 +20,12 @@ } .plot_control { width: fit-content; - .title { + .title { font-weight: bold; - margin-bottom: 0.75rem; + margin-bottom: 0.75rem; + } + .helpicon { + margin: 2px 4px; } dl { display: grid; diff --git a/src/css/tabs/setup.less b/src/css/tabs/setup.less index 37f6c3e506..72377c77d7 100644 --- a/src/css/tabs/setup.less +++ b/src/css/tabs/setup.less @@ -23,14 +23,18 @@ } } } - #canvas_wrapper { - position: relative; - width: 100%; - height: 100%; - max-height: 32rem; - top: 0; - left: 0; - border-radius: 1rem; + .model-and-info { + margin-top: 0.75rem; + + #canvas_wrapper { + position: relative; + width: 100%; + height: 100%; + max-height: 32rem; + top: 0; + left: 0; + border-radius: 1rem; + } } @media only screen and (max-width: 1055px) { .grid-box { diff --git a/src/css/tabs/static_tab.less b/src/css/tabs/static_tab.less index 62b4c562f2..6435cc0f4a 100644 --- a/src/css/tabs/static_tab.less +++ b/src/css/tabs/static_tab.less @@ -21,12 +21,13 @@ font-weight: normal; margin-bottom: 5px; } -} -#tab-static-contents { - padding-top: 10px; - padding-left: 16px; - padding-right: 16px; - padding-bottom: 40px; - background-color: inherit; - max-width: 650px; + #tab-static-contents { + margin: auto; + padding-top: 10px; + padding-left: 16px; + padding-right: 16px; + padding-bottom: 40px; + background-color: inherit; + max-width: max(60%,650px); + } } diff --git a/src/tabs/pid_tuning.html b/src/tabs/pid_tuning.html index be6dc62e03..5923bd0fff 100644 --- a/src/tabs/pid_tuning.html +++ b/src/tabs/pid_tuning.html @@ -8,7 +8,7 @@
-
+
@@ -17,7 +17,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
diff --git a/src/tabs/presets/presets.less b/src/tabs/presets/presets.less index 2e0ad6d3c8..c1d7131012 100644 --- a/src/tabs/presets/presets.less +++ b/src/tabs/presets/presets.less @@ -231,7 +231,7 @@ .presets_fitler_table_header { background: var(--surface-300); color: var(--text); - border-right: 1px solid var(--surface-500); + border-radius: 4px; font-weight: normal; text-align: left; padding: 4px 4px 4px 6px; diff --git a/src/tabs/sensors.html b/src/tabs/sensors.html index 8861904faf..3229808360 100644 --- a/src/tabs/sensors.html +++ b/src/tabs/sensors.html @@ -173,10 +173,10 @@
-
-
+
+
-
+