diff --git a/mobile.html b/mobile.html index 0fecd41..938ec71 100644 --- a/mobile.html +++ b/mobile.html @@ -61,6 +61,7 @@ /* ---- top ---- */ #top{ flex:0 0 auto; display:flex; flex-direction:column; gap:11px; } + #topctl{ display:flex; flex-direction:column; gap:11px; } #brandrow{ display:flex; align-items:center; gap:10px; } #logoLink{ display:inline-flex; opacity:.9; } .brandlogo{ height:clamp(21px,4.2vmin,30px); width:auto; display:block; } @@ -198,10 +199,9 @@ pulse + transport on the left, panel + lanes on the right */ @media (orientation:landscape){ #app{ --maxw:1060px; } - #top{ flex-direction:row; flex-wrap:wrap; align-items:center; gap:8px 14px; } - #brandrow{ flex:1 1 100%; } - #top .vol{ order:2; flex:2 1 0; width:auto; min-width:0; } - #top .sels{ order:3; flex:3 1 0; min-width:0; } + #top{ flex-direction:row; flex-wrap:wrap; align-items:flex-end; gap:8px 14px; } + #topctl{ flex:1 1 320px; gap:8px; } + #top .sels{ flex:2 1 320px; min-width:0; } #mid{ display:grid; align-items:center; gap:8px 4vw; grid-template-columns:40% 60%; grid-template-rows:auto 1fr auto; grid-template-areas:"panel detail" "stage detail" "transport detail"; } @@ -264,16 +264,18 @@
-
- -
-
-
?
-
-
+
+
+ +
+
+
?
+
+
+
+
-
@@ -841,7 +843,7 @@ function loadFromHash(text){ /* ========================= HELP TOUR ========================================= */ const TOUR=[ - {sel:"#top", title:"Controls", text:"The top bar: the VARASYS logo, the ↑ share menu, ? to replay this tour, ◐ light/dark theme, ⛶ full screen, the full-width volume slider (soft p → loud f), and the set-list / track pickers."}, + {sel:"#topctl", title:"Controls", text:"The ↑ share menu, ? to replay this tour, ◐ light/dark theme, ⛶ full screen, and the full-width volume slider (soft p → loud f)."}, {sel:".sels", title:"Pick what to play", text:"Choose a set list and the track within it. Tracks are your practice items — name them for whatever you're working on, even if two share the same beat."}, {sel:"#saveBtn", title:"Save & library", text:"Save the current track — “Save as new”, or “Update” one of yours. The same sheet is your library: make set lists and rename / reorder / delete tracks. It all lives with the full editor too."}, {sel:"#trackpanel", title:"Track settings", text:"Optional per-track extras (above the tempo): Repeat for N bars then stop / next / prev track, a tempo ramp, and practice gaps."},