/* v234: global navigation at top ONLY while mobile Tetris is visible. */
@media(max-width:760px){
html.mw230.mw-tetris:not(.mw-home) .mw-dock{
 top:calc(6px + env(safe-area-inset-top))!important;
 bottom:auto!important;
 height:66px!important;
}
html.mw230.mw-tetris:not(.mw-home) .workspace-app-window.games:has(.tt-suite){
 inset:calc(78px + env(safe-area-inset-top)) 0 calc(6px + env(safe-area-inset-bottom))!important;
}
html.mw230 .tt-suite{grid-template-rows:minmax(0,1fr)!important}
html.mw230 .tt-toolbar{display:none!important}
html.mw230 .tt-game-area{padding-bottom:70px!important}
html.mw230 .tt-controls,html.mw230 .tt-controls>div,html.mw230 .tt-controls>div button{height:60px!important}
}
