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

@@ -4,10 +4,6 @@
overflow: scroll;
}
.sheet-tabs {
background-color: var(--color-light-1);
}
.starship-main {
background-color: var(--color-light-1);
display: flex;
@@ -109,6 +105,18 @@
select {
max-width: 5rem;
}
.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);
}
}
}
}
.starship-infos {