feat(foundry): add map camera spiral controls

This commit is contained in:
Codex
2026-07-16 12:47:48 +03:00
parent 5e8c1cc3fc
commit e96401358b
11 changed files with 802 additions and 43 deletions
+8 -2
View File
@@ -787,8 +787,7 @@ textarea {
font-size: var(--nodedc-font-size-xs);
}
.catalog-map-fixture__cache-toggle,
.catalog-map-inspector__cache-toggle {
.catalog-map-fixture__cache-toggle {
min-height: 3.4rem;
}
@@ -818,6 +817,13 @@ textarea {
font-weight: var(--nodedc-font-weight-strong);
}
.catalog-map-inspector__cache-fact .nodedc-control-row__control {
overflow-wrap: anywhere;
font-size: var(--nodedc-font-size-md);
font-weight: var(--nodedc-font-weight-strong);
line-height: 1.25;
}
.catalog-map-fixture__assistant {
position: absolute;
z-index: 9;