Added NrChoices to homebrew

This commit is contained in:
WBHarry 2025-06-20 01:47:08 +02:00
parent a65719b314
commit 23d25ca377
4 changed files with 37 additions and 0 deletions

View file

@ -1,5 +1,9 @@
.daggerheart.dh-style.setting {
fieldset {
display: flex;
flex-direction: column;
gap: 4px;
&.two-columns {
display: grid;
grid-template-columns: 1fr 2fr;
@ -11,6 +15,13 @@
}
}
.setting-group-field {
white-space: nowrap;
display: flex;
align-items: center;
gap: 8px;
}
.settings-items {
display: flex;
flex-direction: column;