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(