From a289346fdcc6c0dd61557c49b5fbc3cc8f203f7e Mon Sep 17 00:00:00 2001 From: Momentry Studio Date: Sat, 25 Jul 2026 20:27:09 +0800 Subject: [PATCH] fix: revert to flexbox with height:100vh, fix footer visibility - height:100vh (not min-height) so align-items:stretch actually works - Footer shows when expanded, hides when collapsed (dynamic class) - Remove align-self:stretch (unnecessary with flex stretch) - Restore flex-shrink on divider --- src/App.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index b911e61..96c2648 100644 --- a/src/App.vue +++ b/src/App.vue @@ -150,8 +150,8 @@ onUnmounted(() => { {{ t('nav.client') }} -
-