Add a 3m / 12s preset between the other two
Three buttons left 84.7px each at a 320px viewport against 81.2px of intrinsic content, so the horizontal padding drops to 6px and the label is nowrap — about 11px of slack instead of 3.5px. paintPresets() needed no change: it reads .preset from the DOM and matches on both base and delay, which the new preset makes load-bearing since two now share a delay and two share a base. Stepping the delay down from 3m / 15s correctly lights 3m / 12s rather than staying dark. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -46,9 +46,10 @@ normally restarted — use pause and reset for those.
|
||||
|
||||
## Settings
|
||||
|
||||
At the top of the sheet are two presets — **2m / 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.
|
||||
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.
|
||||
|
||||
| Setting | Range | Default |
|
||||
| --- | --- | --- |
|
||||
|
||||
Reference in New Issue
Block a user