Commit 9303fe0
fix: show run controls (pause/stop) on mobile instead of hiding them
The previous CSS hid all .btn-sm elements at ≤600px, which made run
control buttons (Pause, Resume, Stop) completely inaccessible on mobile.
Users could not pause or stop a running agent on their phone.
Now the controls render as compact icon-only buttons on mobile, the
stats bar (duplicated in RunOverview) is hidden to free space, and
the Stop button gets an SVG icon so it works in icon-only mode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a3db920 commit 9303fe0
2 files changed
Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2603 | 2603 | | |
2604 | 2604 | | |
2605 | 2605 | | |
2606 | | - | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
2607 | 2628 | | |
2608 | 2629 | | |
2609 | 2630 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
535 | 540 | | |
536 | 541 | | |
537 | 542 | | |
| |||
0 commit comments