Library: Display checkboxes in a single row on large screens #3699
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
139562e393
commit
edc97a68ad
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
</p>
|
||||
|
||||
<v-layout wrap align-top class="pb-3">
|
||||
<v-flex xs12 sm6 lg12 class="px-2 pb-2 pt-2">
|
||||
<v-flex xs12 sm6 lg3 xl2 class="px-2 pb-2 pt-2">
|
||||
<v-checkbox
|
||||
v-model="settings.index.rescan"
|
||||
:disabled="busy || !ready"
|
||||
|
@ -46,7 +46,7 @@
|
|||
>
|
||||
</v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex v-if="isAdmin" xs12 sm6 lg12 class="px-2 pb-2 pt-2">
|
||||
<v-flex v-if="isAdmin" xs12 sm6 lg3 xl2 class="px-2 pb-2 pt-2">
|
||||
<v-checkbox
|
||||
v-model="cleanup"
|
||||
:disabled="busy || !ready"
|
||||
|
|
Loading…
Reference in a new issue