Dev mode revamp

This commit is contained in:
2026-06-12 11:50:34 -07:00
parent f61201144f
commit 3395b127b4
13 changed files with 347 additions and 132 deletions

View File

@@ -428,26 +428,3 @@
gap: 0.75rem;
}
/* --- Dev mode --- */
.dev-toggle {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
color: var(--text-muted);
margin-top: 0.5rem;
}
.dev-banner {
background: var(--well);
border: 1px solid var(--accent);
border-radius: var(--radius-md);
padding: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
margin: 0 auto 1.5rem;
max-width: 56rem;
}