Generate Web Compatible Code

Nucleic-Session: 0F97E57A-60E6-41C8-85A9-A5BF854837BA
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-06-28 20:02:59 -07:00
co-authored by nucleic
parent 1c7d3bbd70
commit c450d2b585
+1 -1
View File
@@ -38,7 +38,7 @@
Everything is namespaced under `.nuc-cockpit` and uses its own CSS variables,
so it neither reads from nor pollutes the site's :root tokens.
HEIGHT: the window is height-bounded (default 700px) and its panes scroll
HEIGHT: the window is height-bounded (default 780px) and its panes scroll
internally — like the real app (a scrolling dashboard with a pinned chat bar,
a scrolling sidebar). Set it to whatever fits your hero by overriding one var:
.nuc-cockpit{ --nuc-h: 640px; } /* or inline style="--nuc-h:640px" */