[eric] shell: uncrop the spawn-pill shadow, shortcut tooltip on the composer, always-visible glass title bubble (incl. fullscreen), and collapsed cards show a plain-text answer

This commit is contained in:
ciregenz
2026-07-29 20:13:56 -07:00
parent 5b9d0dcce6
commit fac02bfccc
7 changed files with 104 additions and 34 deletions
@@ -0,0 +1,5 @@
// The shell's floating-chrome glass (narrator pill, card title bubbles). Deliberately dark in BOTH
// themes, so it is a fixed shell surface rather than a theme token: text on it is always light.
export const GLASS_SURFACE = 'rgba(24,14,32,0.8)';
export const GLASS_SURFACE_BLUR = 'blur(18px) saturate(150%)';
export const GLASS_SURFACE_TEXT = 'rgba(255,255,255,0.92)';