diff --git a/mobile.html b/mobile.html index eecfebd..6bf1bca 100644 --- a/mobile.html +++ b/mobile.html @@ -60,9 +60,10 @@ @media (display-mode:standalone){ #app{ --pad:26px; padding-top:max(20px,env(safe-area-inset-top)); padding-bottom:max(16px,env(safe-area-inset-bottom)); } } /* ---- top ---- */ + /* the logo + header-icon row is always a full-width bar at the very top, in + both orientations — it never joins the side-by-side landscape header flow */ #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; } + #brandrow{ flex:0 0 auto; display:flex; align-items:center; gap:10px; width:100%; } #logoLink{ display:inline-flex; opacity:.9; } .brandlogo{ height:clamp(21px,4.2vmin,30px); width:auto; display:block; } .hicons{ display:flex; align-items:center; gap:8px; margin-left:auto; } @@ -200,7 +201,8 @@ @media (orientation:landscape){ #app{ --maxw:1060px; } #top{ flex-direction:row; flex-wrap:wrap; align-items:flex-end; gap:8px 14px; } - #topctl{ flex:1 1 320px; gap:8px; } + #brandrow{ flex:1 1 100%; } + #top .vol{ flex:1 1 220px; width:auto; min-width:0; } #top .sels{ flex:2 1 320px; min-width:0; } #mid{ display:grid; align-items:stretch; gap:8px 4vw; padding-top:0; grid-template-columns:40% 60%; grid-template-rows:auto 1fr auto; @@ -264,18 +266,16 @@