style: fix this fucking bug

This commit is contained in:
kittentm 2026-08-03 05:03:55 +02:00
commit dfac8b94a8
Signed by: kitten
GPG key ID: 394B4EABE4405A83
3 changed files with 33 additions and 5 deletions

View file

@ -34,18 +34,27 @@ onMounted(async () => {
<style scoped>
.loading-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.app-viewport,
.app-viewport > * {
width: 100% !important;
}
.app-viewport {
display: flex;
flex-direction: column;
display: block !important;
min-height: 100vh;
padding-top: 5rem;
}
.app-content {
flex: 1;
width: 100%;
max-width: 1280px;
margin: 0 auto;
min-height: calc(100vh - 12rem);
}
</style>

View file

@ -61,7 +61,7 @@
font-size: 0.875rem;
width: 100%;
box-sizing: border-box;
margin-top: 100vh;
margin-top: 8rem;
}
.max-w-7xl {