fix mobile reponsiveness

This commit is contained in:
2026-04-16 20:09:41 -03:00
parent 1ae1456502
commit 1ed2ad06b8
6 changed files with 207 additions and 5 deletions

View File

@@ -42,6 +42,9 @@
--panel-radius: 6px;
--panel-border: 1px solid var(--border);
--panel-header-height: 36px;
/* breakpoints — documentation anchor; write @media (max-width: 720px) directly */
--bp-mobile: 720px;
}
/* Animated gradient outline for buttons in a waiting state.