[Feature] Configurable starting gold amounts in Homebrew settings (#1969)

* [Feature] Configurable starting gold amounts in Homebrew settings
This commit is contained in:
Iohan R. Trézze 2026-06-07 10:37:42 -03:00 committed by GitHub
parent 67cd28f991
commit a148aa3bcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 72 additions and 24 deletions

View file

@ -201,6 +201,23 @@
}
}
.currency-rows {
display: grid;
grid-template-columns: auto 1fr 1fr auto;
gap: 4px;
align-items: center;
width: 100%;
.currency-header-label {
text-align: center;
font-size: var(--font-size-14);
}
input[type='checkbox'] {
justify-self: center;
}
}
.settings-hint {
width: 100%;
display: flex;