Move tree copse terrain feature from grid into buildings group

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 13e0c5f084
commit 21b55a3ed2
2 changed files with 9 additions and 1 deletions

View File

@@ -80,6 +80,10 @@ use[href="#hex"] {
display: inline;
}
[data-view-elevation="-1"] .terrain {
display: none;
}
[data-view-elevation="0"] .building .elevation-0 {
display: inline;
}