Remove prone toggle

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent 0fa99dd283
commit 337da46305
7 changed files with 11 additions and 63 deletions

View File

@@ -78,24 +78,12 @@ g.troop-counter-template text {
stroke: none;
}
[href="#counter-prone"] {
transform: translate(-5px, 6px);
}
g.clone {
stroke: white;
stroke-width: 0.5px;
stroke-dasharray: 1;
}
g.clone [href="#counter-prone"] {
opacity: 0.5;
}
.removed[href="#counter-prone"] {
opacity: 0.5;
}
g[data-allegiance="defender"].clone {
fill: rgb(255, 126, 126);
}
@@ -505,8 +493,8 @@ use[class^="counter-"] {
}
g.counter use[class^="counter-"] {
--translateX: calc(var(--x) - 5px);
--translateY: var(--y);
--translateX: calc((var(--x)) * 1.25 - 5px);
--translateY: calc((var(--y)) * 1.25 - 5px);
}
[data-q][data-r][data-s][data-t] > use[class^="counter-"] {