auto-sync: 2026-05-06 13:10:01

This commit is contained in:
Stream
2026-05-06 13:10:01 +03:00
parent ba23e855e2
commit 69f0eac210

View File

@@ -441,7 +441,8 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; }
#ruler-info {
position: fixed;
top: calc(max(env(safe-area-inset-top,0px),12px) + 58px);
left: 12px;
left: 50%;
transform: translateX(-50%);
width: fit-content;
max-width: 320px;
background: var(--surface);
@@ -539,7 +540,7 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; }
.bottom-sheet.swiping { transition: none; }
#map-controls-r { right: 12px; bottom: 12px; }
#sheet-backdrop { display: none; }
#ruler-info { left: 84px; max-width: 320px; }
#ruler-info { max-width: 320px; }
}
/* ═══════════════════════════════════════════════════