refactor: improve mobile layout, sticky footer, and UI spacing

This commit is contained in:
2026-02-26 23:07:51 +00:00
parent 776f367ee1
commit b2ddd95ff5
4 changed files with 114 additions and 14 deletions

View File

@@ -84,7 +84,8 @@ body {
margin: 0;
display: flex;
min-width: 320px;
min-height: 100vh;
height: 100vh;
overflow: hidden; /* Prevent body scroll */
}
#app {
@@ -92,6 +93,7 @@ body {
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden; /* Prevent app scroll */
}
/* Common UI Element Styles */