Crew member enhancements
All checks were successful
Release Creation / build (release) Successful in 59s

This commit is contained in:
2025-11-11 12:13:26 +01:00
parent 27b09d4546
commit 810271c2a2
27 changed files with 415 additions and 122 deletions

View File

@@ -33,6 +33,15 @@
border: none;
}
}
.spec {
label {
max-width: 4rem;
}
input {
max-width: 4rem;
}
}
}
.vehicle-right {
@@ -52,17 +61,33 @@
.cargo,
.capacity {
label {
min-width: 4rem;
max-width: 4rem;
max-width: 7rem;
}
input {
max-width: 6rem;
margin-right: 0.5rem;
}
.cargo-content {
display: flex;
flex-direction: column;
gap: 4px;
.cargo-line {
display: flex;
align-items: center;
gap: 4px;
}
}
.npc-crew-field {
display: flex;
align-items: center;
gap: 4px;
.npc-crew-roll {
cursor: pointer;
color: var(--color-text-dark-primary);
&:hover {
color: var(--color-text-hyperlink);
}
}
}
}