Add fixed nginx conf and upload tweaks

This commit is contained in:
KenwoodFox
2025-12-03 19:05:11 -05:00
parent 53c6fad262
commit d9208e277c
4 changed files with 116 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ body {
min-height: 100vh;
background: white;
padding: 16px;
padding-bottom: 200px; /* Reserve space for progress bar and files */
display: flex;
flex-direction: column;
}