[PR] [Fix] Homebrew Settings, Initial Trait Modifiers improvements and clean up (#1035)

* Remove old homebrew settings template file

* Improve the Initial Trait Modifiers config display

* Remove font setting

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
Chris Ryan 2025-08-24 11:38:09 +10:00 committed by GitHub
parent 2a0d748b5e
commit afdffb672a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 119 deletions

View file

@ -16,6 +16,12 @@
}
}
&.six-columns {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 2px;
}
&.start-align {
align-self: flex-start;
}
@ -103,28 +109,9 @@
gap: 4px;
}
.trait-array-container {
display: flex;
justify-content: space-evenly;
gap: 8px;
margin-bottom: 16px;
.trait-array-item {
position: relative;
display: flex;
justify-content: center;
label {
position: absolute;
top: -7px;
font-size: var(--font-size-12);
font-variant: petite-caps;
z-index: 2;
}
input {
text-align: center;
}
.trait-item {
input {
text-align: center;
}
}