diff --git a/styles/less/ui/settings/appearance-settings/diceSoNice.less b/styles/less/ui/settings/appearance-settings/diceSoNice.less index ab87419b..13388703 100644 --- a/styles/less/ui/settings/appearance-settings/diceSoNice.less +++ b/styles/less/ui/settings/appearance-settings/diceSoNice.less @@ -23,7 +23,7 @@ } .title-hint { - font-size: var(--font-size-12); + font-size: var(--font-size-14); font-variant: small-caps; text-align: center; } @@ -45,6 +45,7 @@ display: flex; flex-direction: column; gap: 10px; + margin-bottom: 4px; } .label-container { diff --git a/templates/settings/appearance-settings/diceSoNice.hbs b/templates/settings/appearance-settings/diceSoNice.hbs index 9b1c1e6a..877c6c0e 100644 --- a/templates/settings/appearance-settings/diceSoNice.hbs +++ b/templates/settings/appearance-settings/diceSoNice.hbs @@ -17,27 +17,27 @@ {{#each dsnTabs as |dsnTab|}} -
- {{#if dsnTab.diceTab}} - {{> "systems/daggerheart/templates/settings/appearance-settings/diceSoNiceTab.hbs" dsnTab }} - {{else}} -
- {{#if ../isGM}} -

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.globalSettings"}}

-
- - -
+
+ {{#if dsnTab.diceTab}} + {{> "systems/daggerheart/templates/settings/appearance-settings/diceSoNiceTab.hbs" dsnTab }} + {{else}} +
+ {{#if ../isGM}} +

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.globalSettings"}}

+
+ + +
+ {{/if}} +

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.globalAnimations"}}

+
+ +
+ {{formInput ../fields.diceSoNice.fields.sfx.fields.critical.fields.class value=../setting.diceSoNice.sfx.critical.class blank="" localize=true}} +
+
+
{{/if}} -

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.globalAnimations"}}

-
-
- - {{formInput ../fields.diceSoNice.fields.sfx.fields.critical.fields.class value=../setting.diceSoNice.sfx.critical.class blank="" localize=true}} -
-
-
- {{/if}} -
+ {{/each}} \ No newline at end of file