From 5897edc0b8b1c4c5488874e270923fcdf7e953f0 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Fri, 12 Dec 2025 21:47:50 -0500 Subject: [PATCH] fixed more layout --- web/vue-app/src/components/LoginButton.vue | 1 - web/vue-app/src/layout/ChildLayout.vue | 121 +++++++-------------- web/vue-app/src/layout/ParentLayout.vue | 39 ++++--- 3 files changed, 67 insertions(+), 94 deletions(-) diff --git a/web/vue-app/src/components/LoginButton.vue b/web/vue-app/src/components/LoginButton.vue index 5f55c54..cc43fc7 100644 --- a/web/vue-app/src/components/LoginButton.vue +++ b/web/vue-app/src/components/LoginButton.vue @@ -154,6 +154,5 @@ onUnmounted(() => { } .login-button-root { - height: 100%; } diff --git a/web/vue-app/src/layout/ChildLayout.vue b/web/vue-app/src/layout/ChildLayout.vue index 97845be..ec801ec 100644 --- a/web/vue-app/src/layout/ChildLayout.vue +++ b/web/vue-app/src/layout/ChildLayout.vue @@ -1,3 +1,20 @@ + + - - @@ -144,6 +105,8 @@ const showBack = computed(() => route.path !== '/child') color: #667eea; font-weight: 600; height: 100%; + display: flex; + align-items: center; } @media (max-width: 480px) { .login-btn button { diff --git a/web/vue-app/src/layout/ParentLayout.vue b/web/vue-app/src/layout/ParentLayout.vue index 6ca7e22..5cdff33 100644 --- a/web/vue-app/src/layout/ParentLayout.vue +++ b/web/vue-app/src/layout/ParentLayout.vue @@ -28,7 +28,7 @@ const showBack = computed(