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 @@