Control UI: size wizard actions for touch

This commit is contained in:
Jesse Merhi
2026-08-04 13:54:07 +10:00
parent 0368d89ebd
commit 84ad551e27
2 changed files with 8 additions and 1 deletions
@@ -381,6 +381,13 @@ suite.define(() => {
expect(await cancelButton.evaluate((element) => getComputedStyle(element).cursor)).toBe(
"pointer",
);
expect(
await Promise.all(
[continueButton, cancelButton].map((button) =>
button.evaluate((element) => element.getBoundingClientRect().height),
),
),
).toEqual([44, 44]);
await gateway.setMethodResponse("openclaw.chat", {
sessionId: "e2e-rich-wizard",
+1 -1
View File
@@ -285,7 +285,7 @@ openclaw-custodian-page {
justify-content: flex-start;
}
.custodian__wizard-cancel {
.custodian__wizard-step .btn {
min-height: 44px;
}