@media (max-width: 760px){ .draw-body{ flex-direction: column; overflow-y: auto; } .toolbar{ width:100%; flex-direction:column; overflow-y:visible; padding-bottom:24px; } .tool-group{ flex:none; } .canvas-frame{ flex-shrink:0; } .tool-hint{ display:none; } .canvas-square{ width:min(80vw,50vh); height:min(80vw,50vh); margin: 0 auto; flex-shrink:0; } .wall-fab{ padding:13px 20px; font-size:0.88rem; bottom:18px; } .most-loved-badge{ left:12px; bottom:74px; max-width:56vw; padding:5px 12px 5px 5px; } .most-loved-thumb{ width:30px; height:30px; } .most-loved-label{ display:none; } .wall-minimap-wrap{ right:12px; bottom:74px; } .wall-minimap{ width:84px; height:84px; } }
