ui(webapp): split current exercise and next-exercise input into separate cards

The two concerns sharing one gray block felt crowded. Giving the
next-exercise input its own card creates clear visual separation
and a natural "what comes next" feel.

Drop the now-redundant top-border/padding on .sets-section since
it's its own card now.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Danny 2026-04-18 18:52:26 +02:00
parent 512c565f54
commit 8e9a2b7208
2 changed files with 16 additions and 21 deletions

View file

@ -166,7 +166,6 @@ body {
.exercise-name-row {
display: flex;
gap: 8px;
margin-top: 4px;
}
.exercise-name-row .input { flex: 1; }
@ -201,11 +200,7 @@ body {
/* ── Sets section ────────────────────────────────────────────── */
.sets-section {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid var(--tg-theme-hint-color, #999)22;
}
/* .sets-section inherits .card styling; no additional rules needed. */
.sets-header {
display: flex;