Skip to content

Commit

Permalink
Services: Show buttons in block mode on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed May 1, 2023
1 parent 0e5d732 commit c30423a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/page/settings/services.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@
@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>
</v-btn>

<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>
Expand Down

0 comments on commit c30423a

Please sign in to comment.