From dfac8b94a8ba99b3c31ea445c8b45c389c97f088 Mon Sep 17 00:00:00 2001 From: kittentm Date: Mon, 3 Aug 2026 05:03:55 +0200 Subject: [PATCH] style: fix this fucking bug --- app/app.vue | 15 ++++++++++++--- app/components/MainFooter.vue | 2 +- public/css/main.css | 21 ++++++++++++++++++++- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/app/app.vue b/app/app.vue index 2192bdf..6bce010 100644 --- a/app/app.vue +++ b/app/app.vue @@ -34,18 +34,27 @@ onMounted(async () => { \ No newline at end of file diff --git a/app/components/MainFooter.vue b/app/components/MainFooter.vue index a15201b..6909e31 100644 --- a/app/components/MainFooter.vue +++ b/app/components/MainFooter.vue @@ -61,7 +61,7 @@ font-size: 0.875rem; width: 100%; box-sizing: border-box; - margin-top: 100vh; + margin-top: 8rem; } .max-w-7xl { diff --git a/public/css/main.css b/public/css/main.css index c7cd8bb..3218374 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -13,15 +13,34 @@ body { min-height: 100vh; - width: 100vw; background-color: #1d1e1f; color: #c9d1d9; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; + overflow-x: hidden; } .app-viewport { + width: 100%; padding: 2rem 1rem; + display: block !important; + min-height: 100vh !important; +} + +.app-viewport > * { + display: block !important; + width: 100% !important; +} + +.app-content { + display: block !important; + width: 100% !important; + max-width: 1280px !important; + margin: 0 auto !important; +} + +.footer-container { + margin-top: 2rem !important; } .spinner {