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 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: fill the void with a centered prompt. */
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: center;
9426
- gap: .4em; text-align: center; min-height: 50vh; color: var(--fg-3);
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