auto-sync: 2026-05-06 13:10:01
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
/* ═══════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user