Merge claude/1

This commit is contained in:
librelad 2026-07-05 12:43:12 +01:00
commit caf90bfdfa

View File

@ -951,11 +951,19 @@ body.setup-wizard-open {
left: 50%;
transform: translateX(-50%);
z-index: 9000;
background: rgba(var(--bg-rgb), 0.45);
/* Floats over arbitrary page content (aurora gradient, apps grid, task
logs), so a translucent fill just bleeds the page through and reads as
washed-out. Mirror the .notification treatment: a near-solid panel over
a frosted backdrop. Stays theme-aware via --bg-rgb (near-black on the
dark themes, near-white on light). */
background: rgba(var(--bg-rgb), 0.85);
backdrop-filter: blur(12px) saturate(140%);
-webkit-backdrop-filter: blur(12px) saturate(140%);
border: 1px solid rgba(var(--accent-rgb), 0.40);
border-radius: 12px;
padding: 10px 16px;
color: var(--text-primary);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 13px;
min-width: 320px;