style: standardize UI across tools, optimize QR layout, and configure Husky/ESLint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user