Fixes for damages + vehicle/ship ehancements
All checks were successful
Release Creation / build (release) Successful in 1m21s
All checks were successful
Release Creation / build (release) Successful in 1m21s
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
max-width: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.starship-right {
|
||||
@@ -99,10 +98,8 @@
|
||||
select {
|
||||
max-width: 5rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.starship-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -169,23 +166,25 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
|
||||
.biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
label {
|
||||
min-width: 3.0rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tab.starship-equipment {
|
||||
|
@@ -136,7 +136,9 @@
|
||||
.field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
|
||||
.biodata {
|
||||
display: grid;
|
||||
|
Reference in New Issue
Block a user