diff --git a/static/style.css b/static/style.css index ab073c6..df726bc 100644 --- a/static/style.css +++ b/static/style.css @@ -118,6 +118,12 @@ padding: 0.2rem 0.45rem; } +/* ── Form group modifiers ────────────────────────────────────────── */ +.lt-form-group--last { margin-bottom: 0; } + +/* ── Divider compact variant ─────────────────────────────────────── */ +.lt-divider--compact { margin: 1rem 0 0.75rem; } + /* ── Topology section collapse toggle ────────────────────────────── */ .topo-collapse-btn { margin-left: auto; @@ -520,6 +526,7 @@ /* Bus rails */ .topo-bus-section { width: 100%; + max-width: 860px; display: flex; flex-direction: column; align-items: stretch; diff --git a/templates/base.html b/templates/base.html index 8e5b2b0..2d83bba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -207,7 +207,7 @@
-
+
-
+
-