diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index f80d58b..0ff75f2 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -3735,7 +3735,7 @@ export default function App() {
recording. Both sit where the counter is, which has shifted left to
make room. */}
{recording && recStopped && RECORDABLE_MODES.has(mode.toUpperCase()) && (
-
+
)}
+ {/* Stop and the running counter share ONE flex row. They were two absolute
+ boxes at guessed offsets and overlapped as soon as the counter passed a
+ minute — a layout that only looked right for the first 60 seconds. */}
{recording && !recStopped && RECORDABLE_MODES.has(mode.toUpperCase()) && (
-
- )}
- {recording && !recStopped && RECORDABLE_MODES.has(mode.toUpperCase()) && (
-
+
+
+
+
)}