Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Apr 13, 2023
1 parent eede486 commit 5451d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/AutotaggerStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</div>

<!-- Stop FAB -->
<q-page-sticky position="bottom-right" :offset='[16, 32]' v-if='$1t.lock.value.locked'>
<q-page-sticky position="bottom-right" :offset='[36, 24]' v-if='$1t.lock.value.locked'>
<q-btn @click='stop' fab icon='mdi-stop' color='red' :loading='stopping' :disabled='stopping'></q-btn>
</q-page-sticky>

Expand Down

0 comments on commit 5451d82

Please sign in to comment.