made some changes for testing (UI)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user