Ranged defense fixes again
All checks were successful
Release Creation / build (release) Successful in 43s

This commit is contained in:
2025-09-19 22:30:26 +02:00
parent eedce1a498
commit cb8bcfd9ea
32 changed files with 144 additions and 123 deletions

View File

@@ -33,10 +33,17 @@
fieldset {
padding: 4px;
}
.fieldset-centered {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
select {
margin-left: 0.5rem;
min-width: 10rem;
max-width: 10rem;
min-width: 12rem;
max-width: 12rem;
}
.field-section {
display: flex;
@@ -44,9 +51,9 @@
justify-content: left;
}
.field-name {
width: 4rem;
min-width: 4rem;
max-width: 4rem;
width: 5rem;
min-width: 5rem;
max-width: 5em;
}
}