Skip to content

Commit 429b0e8

Browse files
committed
More minor UI fixes
1 parent 5451d82 commit 429b0e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/src/views/AudioFeatures.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<div class='q-my-xl'></div>
123123

124124
<!-- Start -->
125-
<q-page-sticky position='bottom-right' :offset='[36, 24]'>
125+
<q-page-sticky position='bottom-right' :offset='[36, 32]'>
126126
<div class='row'>
127127
<!-- CLI FAB -->
128128
<div class='q-mr-md q-mt-md'>

client/src/views/Autotagger.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</div>
106106

107107
<!-- Start FAB -->
108-
<q-page-sticky position='bottom-right' :offset='[36, 24]'>
108+
<q-page-sticky position='bottom-right' :offset='[36, 32]'>
109109
<div class='row'>
110110
<!-- CLI FAB -->
111111
<div class='q-mr-md q-mt-md'>

client/src/views/AutotaggerStatus.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
</div>
145145

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

client/src/views/Renamer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</div>
128128

129129
<!-- Start FAB -->
130-
<q-page-sticky position='bottom-right' :offset='[36, 26]'>
130+
<q-page-sticky position='bottom-right' :offset='[36, 34]'>
131131
<div class='row'>
132132
<div>
133133
<q-btn

0 commit comments

Comments
 (0)