fixed more layout

This commit is contained in:
2025-12-12 16:31:24 -05:00
parent f8d709f292
commit e1736f7a5d
3 changed files with 21 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ onUnmounted(() => {
</script>
<template>
<div>
<div class="login-button-root">
<button v-if="!isParentAuthenticated" @click="open" aria-label="Parent login">Parent</button>
<button v-else @click="handleLogout" aria-label="Parent logout">Log out</button>
@@ -152,4 +152,8 @@ onUnmounted(() => {
font-size: 0.9rem;
margin-top: 0.25rem;
}
.login-button-root {
height: 100%;
}
</style>