Add starship, creature and vehicle

This commit is contained in:
2025-03-15 20:31:50 +01:00
parent 9013229c20
commit 7eee4fab7e
23 changed files with 1080 additions and 746 deletions

View File

@@ -50,6 +50,17 @@
}
}
.cargo,
.capacity {
label {
max-width: 5rem;
}
input {
max-width: 3.5rem;
margin-right: 0.5rem;
}
}
.vehicle-infos {
display: flex;
flex-direction: column;
@@ -104,7 +115,7 @@
}
}
.vehicle-biography {
.vehicle-description {
background-color: var(--color-light-1);
prose-mirror.inactive {
min-height: 40px;
@@ -179,11 +190,12 @@
}
}
}
.gears {
.equipments {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 4px;
.gear {
.equipment {
display: flex;
align-items: center;
gap: 4px;