diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index c33c91a..3d9206d 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -2467,7 +2467,13 @@ h2 .gn-owner, h3 .gn-owner { font-size: 0.55em; } /* ── Node management (D5) ────────────────────────────────────────────────── */ -.node-page { max-width: 700px; } +/* Deliberately no width of its own. It used to be `max-width: 700px`, which + put the six-column audit table — timestamp, event, user, IP, group, detail — + into a box narrower than the table, so it scrolled sideways inside the page + while 260px of `.main` sat empty beside it. The Node page is a settings- + shaped page and takes `.main`'s width like Settings, Profile and the + create-group wizard. The class stays as the anchor for the test that says + so. */ .node-group { background: var(--bg-surface); |