Cosmetic fixes
This commit is contained in:
@@ -123,23 +123,27 @@
|
||||
}
|
||||
|
||||
.encumbrance {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
.form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
label {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
input {
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.character-credit {
|
||||
input {
|
||||
max-width: 9rem;
|
||||
min-width: 9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.character-name {
|
||||
|
@@ -201,6 +201,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
.robot-left {
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -33,6 +34,17 @@
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.robot-cost {
|
||||
label {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
input {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.robot-right {
|
||||
@@ -45,7 +57,18 @@
|
||||
input {
|
||||
font-family: var(--font-title);
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
width: 400px;
|
||||
width: 380px;
|
||||
}
|
||||
}
|
||||
|
||||
.robot-brain {
|
||||
min-width: 25rem;
|
||||
max-width: 25rem;
|
||||
textarea {
|
||||
min-width: 23rem;
|
||||
max-width: 23rem;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: var(--color-dark-3);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,6 +221,12 @@
|
||||
}
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
|
@@ -68,6 +68,12 @@
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.hull-field {
|
||||
select {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
}
|
||||
label {
|
||||
margin-left: 0.2rem;
|
||||
max-width: 7rem;
|
||||
@@ -173,6 +179,12 @@
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
|
@@ -33,7 +33,6 @@
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.vehicle-right {
|
||||
@@ -136,8 +135,15 @@
|
||||
.field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.section-editor {
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
@@ -145,17 +151,16 @@
|
||||
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.vehicle-equipment .main-div {
|
||||
|
Reference in New Issue
Block a user