ui(webapp): move next-exercise input to bottom of add-exercise card
The empty "Exercise name" field above the current exercise's sets felt counter-intuitive. Putting it below the sets reads naturally: current exercise on top, prompt to start the next one at the bottom. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0872d545d5
commit
512c565f54
2 changed files with 7 additions and 7 deletions
|
|
@ -166,7 +166,7 @@ body {
|
|||
.exercise-name-row {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.exercise-name-row .input { flex: 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue