Merge claude/2

This commit is contained in:
librelad 2026-05-28 14:27:48 +01:00
commit 38a930c0bd

View File

@ -1126,7 +1126,10 @@ body.setup-wizard-open {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
/* 18px sides match .setup-level-card's content inset, so the strip's
icon/text line up with the cards above. (Top/bottom stay 12px; the
entrance keyframes animate only those, not the sides.) */
padding: 12px 18px;
border-radius: 12px;
background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.16) 0%, rgba(var(--accent-rgb), 0.05) 100%);
border: 1px solid rgba(var(--accent-rgb), 0.5);