Skip to content

Commit

Permalink
More minor UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Apr 14, 2023
1 parent 5451d82 commit 429b0e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/views/AudioFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<div class='q-my-xl'></div>

<!-- Start -->
<q-page-sticky position='bottom-right' :offset='[36, 24]'>
<q-page-sticky position='bottom-right' :offset='[36, 32]'>
<div class='row'>
<!-- CLI FAB -->
<div class='q-mr-md q-mt-md'>
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/Autotagger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div>

<!-- Start FAB -->
<q-page-sticky position='bottom-right' :offset='[36, 24]'>
<q-page-sticky position='bottom-right' :offset='[36, 32]'>
<div class='row'>
<!-- CLI FAB -->
<div class='q-mr-md q-mt-md'>
Expand Down
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='[36, 24]' v-if='$1t.lock.value.locked'>
<q-page-sticky position="bottom-right" :offset='[36, 32]' 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
2 changes: 1 addition & 1 deletion client/src/views/Renamer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</div>

<!-- Start FAB -->
<q-page-sticky position='bottom-right' :offset='[36, 26]'>
<q-page-sticky position='bottom-right' :offset='[36, 34]'>
<div class='row'>
<div>
<q-btn
Expand Down

0 comments on commit 429b0e8

Please sign in to comment.