Remove fieldset from top level notes

This commit is contained in:
Carlos Fernandez 2026-06-30 00:46:20 -04:00
parent 8c6a470d84
commit dd93636b27
7 changed files with 49 additions and 23 deletions

View file

@ -1,13 +1,9 @@
<section
class='tab {{tabs.notes.cssClass}} {{tabs.notes.id}}'
data-tab='{{tabs.notes.id}}'
data-group='{{tabs.notes.group}}'
class="tab {{tabs.notes.cssClass}} {{tabs.notes.id}}"
data-tab="{{tabs.notes.id}}"
data-group="{{tabs.notes.group}}"
>
<fieldset class="fit-height">
<legend>{{localize tabs.notes.label}}</legend>
{{formInput notes.field value=notes.value enriched=notes.enriched toggled=true}}
</fieldset>
{{formInput notes.field value=notes.value enriched=notes.enriched toggled=true}}
{{#if (and showAttribution document.system.attribution.artist)}}
<label class="artist-attribution">{{localize "DAGGERHEART.GENERAL.artistAttribution" artist=document.system.attribution.artist}}</label>
{{/if}}