anentrypoint-design 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/247420.css +17 -0
- package/dist/247420.js +26 -26
- package/package.json +1 -1
- package/src/css/app-shell/chat-polish.css +17 -0
package/dist/247420.css
CHANGED
|
@@ -4847,6 +4847,23 @@
|
|
|
4847
4847
|
text-align: center;
|
|
4848
4848
|
margin: 0;
|
|
4849
4849
|
}
|
|
4850
|
+
/* Reference's Projects/General sidebar switcher: a two-pill row sitting
|
|
4851
|
+
above the tree, spaced off the tree below it like a real section header,
|
|
4852
|
+
not flush against it. Tighter side padding than --pad-x (round 4 widened
|
|
4853
|
+
that to 48px) -- two pills at natural width need more of the 256px rail
|
|
4854
|
+
than a 48px-each-side gutter leaves, so this row alone uses --space-3 to
|
|
4855
|
+
stay a single non-wrapping row like the reference, without touching the
|
|
4856
|
+
shared --pad-x token every other sidebar section still uses. */
|
|
4857
|
+
.ds-247420 .aicat-side-tabs {
|
|
4858
|
+
padding: var(--space-3) var(--space-3) var(--space-2);
|
|
4859
|
+
flex-wrap: nowrap;
|
|
4860
|
+
}
|
|
4861
|
+
.ds-247420 .ds-side-empty-note {
|
|
4862
|
+
padding: var(--space-2) var(--pad-x);
|
|
4863
|
+
color: var(--fg-3);
|
|
4864
|
+
font-size: var(--fs-sm);
|
|
4865
|
+
margin: 0;
|
|
4866
|
+
}
|
|
4850
4867
|
|
|
4851
4868
|
/* ============================================================
|
|
4852
4869
|
Composer attachment-detected badge, context line, hint, toolbar,
|