auto-sync: 2026-05-05 18:40:01
This commit is contained in:
@@ -451,7 +451,7 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; }
|
|||||||
#ruler-info.visible { display: flex; align-items: center; gap: 8px; }
|
#ruler-info.visible { display: flex; align-items: center; gap: 8px; }
|
||||||
|
|
||||||
/* ── Waypoint Markers ─────────────────────────── */
|
/* ── Waypoint Markers ─────────────────────────── */
|
||||||
.route-waypoint-marker { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); }
|
.route-waypoint-marker { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); width: 28px; height: 36px; cursor: grab; display: block; }
|
||||||
.route-waypoint-marker:active { cursor: grabbing; }
|
.route-waypoint-marker:active { cursor: grabbing; }
|
||||||
.named-marker-el { font-size: 22px; cursor: pointer; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); user-select: none; line-height: 1; }
|
.named-marker-el { font-size: 22px; cursor: pointer; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); user-select: none; line-height: 1; }
|
||||||
|
|
||||||
|
|||||||
1
tasks/enduro-trails/prototype/static/app.js
vendored
1
tasks/enduro-trails/prototype/static/app.js
vendored
@@ -460,7 +460,6 @@ function addWaypointMode() {
|
|||||||
function createWaypointMarkerEl(index, total) {
|
function createWaypointMarkerEl(index, total) {
|
||||||
const el = document.createElement('div');
|
const el = document.createElement('div');
|
||||||
el.className = 'route-waypoint-marker marker-anim';
|
el.className = 'route-waypoint-marker marker-anim';
|
||||||
el.style.cssText = 'cursor: grab; width: 28px; height: 36px;';
|
|
||||||
|
|
||||||
let bg, label;
|
let bg, label;
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user