anentrypoint-design 0.0.286 → 0.0.288
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 +4 -3
- package/dist/247420.js +13 -13
- package/package.json +1 -1
package/dist/247420.css
CHANGED
|
@@ -9420,13 +9420,14 @@
|
|
|
9420
9420
|
.ds-247420 .cwd-bar-btn:hover { background: color-mix(in srgb, var(--fg) 14%, transparent); }
|
|
9421
9421
|
.ds-247420 .cwd-bar-btn:focus-visible { outline: var(--focus-w) solid var(--focus-color); outline-offset: var(--focus-offset); }
|
|
9422
9422
|
|
|
9423
|
-
/* History no-session empty state:
|
|
9423
|
+
/* History no-session empty state: natural height, no leftover void below. */
|
|
9424
9424
|
.ds-247420 .history-empty {
|
|
9425
|
-
display: flex; flex-direction: column; align-items: center; justify-content:
|
|
9426
|
-
gap: .4em; text-align: center;
|
|
9425
|
+
display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
|
|
9426
|
+
gap: .4em; text-align: center; padding: var(--space-6, 40px) 0 var(--space-4, 16px); color: var(--fg-3);
|
|
9427
9427
|
}
|
|
9428
9428
|
.ds-247420 .history-empty-title { margin: 0; font-size: var(--fs-lg); color: var(--fg-2); }
|
|
9429
9429
|
.ds-247420 .history-empty-sub { margin: 0; max-width: 42ch; }
|
|
9430
|
+
.ds-247420 .history-empty-hints { margin: var(--space-5, 24px) auto 0; max-width: 46ch; text-align: left; }
|
|
9430
9431
|
|
|
9431
9432
|
/* Settings: two-column on wide screens (backend + agents). Grid gap is the
|
|
9432
9433
|
single source of rhythm between stacked Panels here - .panel's own
|