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

@@ -34,6 +34,15 @@
}
}
.spec {
label {
max-width: 5rem;
}
input {
max-width: 3rem;
}
}
}
.starship-right {
@@ -50,6 +59,42 @@
}
}
.capacity {
.dice-2d6 {
max-width: 1.5rem;
margin-left: 0.2rem;
}
.rollable:hover,
.rollable:focus {
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor: pointer;
}
label {
margin-left: 0.2rem;
max-width: 10rem;
}
input {
max-width: 4rem;
}
select {
max-width: 5rem;
}
}
.cargo {
label {
margin-left: 0.2rem;
max-width: 10rem;
}
input {
max-width: 4rem;
}
select {
max-width: 5rem;
}
}
.starship-infos {
display: flex;
flex-direction: column;
@@ -104,7 +149,7 @@
}
}
.starship-biography {
.starship-description {
background-color: var(--color-light-1);
prose-mirror.inactive {
min-height: 40px;