made some changes for testing (UI)

This commit is contained in:
2025-12-15 16:58:29 -05:00
parent 4575f46abc
commit 24f165edec
4 changed files with 0 additions and 4 deletions

View File

@@ -445,7 +445,6 @@ onUnmounted(() => {
align-items: center; align-items: center;
gap: 1.5rem; gap: 1.5rem;
width: 100%; width: 100%;
max-width: 600px; /* or whatever width fits your content best */
} }
.side { .side {
display: flex; display: flex;

View File

@@ -506,7 +506,6 @@ const childId = computed(() => child.value?.id ?? null)
align-items: center; align-items: center;
gap: 1.5rem; gap: 1.5rem;
width: 100%; width: 100%;
max-width: 600px; /* or whatever width fits your content best */
} }
/* Modal styles */ /* Modal styles */

View File

@@ -184,7 +184,6 @@ const isAnyPending = computed(() => rewards.value.some((r) => r.redeeming))
padding: 0.9rem; padding: 0.9rem;
color: white; color: white;
width: 100%; width: 100%;
max-width: 600px;
box-sizing: border-box; box-sizing: border-box;
} }

View File

@@ -175,7 +175,6 @@ onBeforeUnmount(() => {
padding: 1rem; padding: 1rem;
color: white; color: white;
width: 100%; width: 100%;
max-width: 600px;
box-sizing: border-box; box-sizing: border-box;
} }