+
+
Sud
+
+
+
+
+
+
+
+
+
+
+
Controller
diff --git a/web/style.css b/web/style.css
index 5098b87..a02fc0d 100644
--- a/web/style.css
+++ b/web/style.css
@@ -84,6 +84,13 @@ nav#tabs {
.hidden { display: none; }
+.button-row {
+ display: flex;
+ gap: 0.5em;
+ margin: 0.3em 0;
+}
+.button-row button:disabled { opacity: 0.5; cursor: default; }
+
#step-plates { display: flex; flex-direction: column; gap: 0.5em; max-width: 36em; }
.step-plate {