fixed up unitsetting

This commit is contained in:
Henry Jameson 2025-12-10 20:36:09 +02:00
commit 625954721e
3 changed files with 41 additions and 40 deletions

View file

@ -7,9 +7,13 @@
:for="path"
class="setting-label size-label"
>
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"
/>
{{ ' ' }}
<slot />
</label>
{{ ' ' }}
<span class="no-break setting-control">
<input
:id="path"
@ -38,10 +42,6 @@
</Select>
</span>
{{ ' ' }}
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"
/>
</span>
</template>