Skip to content

Commit

Permalink
Bonus: Left align expanded settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilyOrg committed Sep 18, 2022
1 parent 3130b2f commit 1807813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
:expanded="settingsExtraExpanded"
@click="settingsExtraExpanded = !settingsExtraExpanded"
></expand-button>
<template v-if="settingsExtraExpanded">
<div v-if="settingsExtraExpanded">
<ui-form-field>
<ui-checkbox v-model="settings.debug.overdraw"></ui-checkbox>
<label>Debug Overdraw</label>
Expand All @@ -97,7 +97,7 @@
<ui-checkbox v-model="settings.debug.thumbnails"></ui-checkbox>
<label>Debug Thumbnails</label>
</ui-form-field>
</template>
</div>
</div>
<ui-icon-button
icon="settings"
Expand Down

0 comments on commit 1807813

Please sign in to comment.