Move the presets under Delay and give them a heading
They sat between Match and Time as three bare buttons, above the two settings they set. Now they follow Delay, after the numbers they are a shortcut for, with a "Preset time limits" heading and "Quickly pick a setting." — the same heading-and-description shape every other row in the sheet already has. The row stacks at every width rather than only under the .row--wide breakpoint: three buttons wide enough to read "3m / 15s" can't share a line with a label on any phone. The buttons themselves are untouched, and are still found by class rather than position, so the highlight logic came along unchanged — checked that opening the sheet lights the preset matching the current numbers, stepping the delay off it clears every highlight, and stepping back relights it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -127,10 +127,10 @@ score down to fit.
|
||||
|
||||
## Settings
|
||||
|
||||
At the top of the sheet are three presets — **2m / 12s**, **3m / 12s** and
|
||||
**3m / 15s**. Tapping one jumps both timers there and lights it up. Change the
|
||||
time or delay by hand and the highlight goes out; land back on a preset's
|
||||
numbers and it comes back on.
|
||||
Under **Delay** are three presets — **2m / 12s**, **3m / 12s** and **3m / 15s**.
|
||||
Tapping one jumps both timers there and lights it up. Change the time or delay by
|
||||
hand and the highlight goes out; land back on a preset's numbers and it comes
|
||||
back on.
|
||||
|
||||
| Setting | Range | Default |
|
||||
| --- | --- | --- |
|
||||
|
||||
Reference in New Issue
Block a user