Cosmetic fixes

This commit is contained in:
2025-10-15 22:19:20 +02:00
parent e65f0a1670
commit 09907dbbf7
24 changed files with 250 additions and 104 deletions

View File

@@ -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 {