More wore on components

This commit is contained in:
Pax1601
2024-04-11 08:10:34 +02:00
parent 45e290d656
commit f18212dac4
21 changed files with 333 additions and 138 deletions

View File

@@ -139,6 +139,7 @@ module.exports = function (configLocation) {
DEMO_UNIT_DATA[idx].position.lat += idx / 100;
DEMO_UNIT_DATA[idx].category = "Aircraft";
DEMO_UNIT_DATA[idx].isLeader = false;
DEMO_UNIT_DATA[idx].coalition = 1;
idx += 1;
DEMO_UNIT_DATA[idx] = JSON.parse(JSON.stringify(baseData));

View File

@@ -26,7 +26,6 @@
justify-content: space-between;
}
.unit-list-unit:nth-of-type(even) {
background:#ffffff10;
overflow:visible;