Services: Show buttons in block mode on small screens
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0e5d732795
commit
c30423a3c1
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
@submit.prevent="add">
|
||||
|
||||
<v-btn v-if="user.WebDAV" depressed color="secondary-light" class="action-webdav-dialog compact ml-0 my-2 mr-2"
|
||||
:block="$vuetify.breakpoint.xsOnly"
|
||||
:disabled="isPublic || isDemo" @click.stop="webdavDialog">
|
||||
<translate>Connect via WebDAV</translate>
|
||||
<v-icon :right="!rtl" :left="rtl" dark>sync_alt</v-icon>
|
||||
|
@ -78,6 +79,7 @@
|
|||
|
||||
<v-btn color="primary-button"
|
||||
class="white--text compact ml-0 my-2 mr-2"
|
||||
:block="$vuetify.breakpoint.xsOnly"
|
||||
:disabled="isPublic || isDemo"
|
||||
depressed @click.stop="add">
|
||||
<translate>Connect</translate>
|
||||
|
|
Loading…
Reference in a new issue