style: standardize UI across tools, optimize QR layout, and configure Husky/ESLint

This commit is contained in:
2026-03-03 13:39:56 +00:00
parent b1cc8ab5a1
commit c5293ca9fe
13 changed files with 1220 additions and 582 deletions

View File

@@ -76,6 +76,8 @@ onUnmounted(() => {
padding: 1rem;
width: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
/* Space for fixed footer on mobile + extra margin */
padding-bottom: calc(1rem + var(--footer-height) + env(safe-area-inset-bottom));
}
@@ -94,7 +96,7 @@ onUnmounted(() => {
.main-content {
overflow: visible;
height: auto;
flex: 1;
padding-bottom: 1rem;
}
}