fixed more layout

This commit is contained in:
2025-12-14 21:54:06 -05:00
parent 5897edc0b8
commit 596cb97a28
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ function handleChildRewardSet(event: Event) {
function handleRewardRequest(event: Event) { function handleRewardRequest(event: Event) {
const payload = event.payload as ChildRewardRequestEventPayload const payload = event.payload as ChildRewardRequestEventPayload
console.log('Received child_reward_request event:', payload)
const childId = payload.child_id const childId = payload.child_id
const rewardId = payload.reward_id const rewardId = payload.reward_id
if (child.value && childId == child.value.id) { if (child.value && childId == child.value.id) {

View File

@@ -164,6 +164,7 @@ const showBack = computed(
height: 48px; height: 48px;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
justify-content: space-evenly;
} }
.topbar > div, .topbar > div,