This commit is contained in:
33333-33333 2026-05-29 22:00:42 +09:00
commit 6cef9a3abe
11 changed files with 1184 additions and 235 deletions

View file

@ -90,3 +90,5 @@ code{background:#e8e8e8;border-radius:4px;padding:1px 4px}
.secondary-button{border:1px solid rgba(26,115,232,0.35);border-radius:8px;padding:10px 12px;cursor:pointer;font-weight:600;background:#eef4ff;color:#1557b0;transition:background 0.2s,border-color 0.2s}
.secondary-button:hover{background:#e1edff;border-color:rgba(26,115,232,0.55)}
.secondary-button:disabled{background:#eef1f4;color:#8a98a8;border-color:rgba(0,0,0,0.08);cursor:not-allowed}
.map-canvas.is-zooming{image-rendering:auto;pointer-events:auto}