mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
Control UI: size wizard actions for touch
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -285,7 +285,7 @@ openclaw-custodian-page {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.custodian__wizard-cancel {
|
||||
.custodian__wizard-step .btn {
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user