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 19:57:05 -07:00
co-authored by nucleic
parent 1048a1c075
commit 2318589d88
+3
View File
@@ -138,6 +138,9 @@
background:var(--sidebar);border-right:1px solid var(--hair);
padding:10px 13px;display:flex;flex-direction:column;overflow-y:auto;min-height:0;
}
/* The sidebar scrolls; its children must NOT flex-shrink, or an overflowing column
would squash the switcher/sections (the switcher's overflow:hidden then clips them). */
.nuc-cockpit .nuc-side > *{flex-shrink:0}
/* mode switcher — bordered segmented control spanning the column
(SidebarModeSwitcher: equal maxWidth-infinity segments, 3pt inset pill) */