diff --git a/frontend/src/component/p-photo-clipboard.vue b/frontend/src/component/p-photo-clipboard.vue index 09bae47c0..85035d2a9 100644 --- a/frontend/src/component/p-photo-clipboard.vue +++ b/frontend/src/component/p-photo-clipboard.vue @@ -31,7 +31,7 @@ @click.stop="dialog.share = true" :disabled="selection.length === 0" v-if="context !== 'archive'" - class="p-photo-clipboard-private" + class="p-photo-clipboard-share" > share diff --git a/frontend/src/component/p-photo-details.vue b/frontend/src/component/p-photo-details.vue index 25212a725..b528d7354 100644 --- a/frontend/src/component/p-photo-details.vue +++ b/frontend/src/component/p-photo-details.vue @@ -68,10 +68,7 @@

diff --git a/frontend/src/component/p-photo-list.vue b/frontend/src/component/p-photo-list.vue index 6f65221b8..a788e7e34 100644 --- a/frontend/src/component/p-photo-list.vue +++ b/frontend/src/component/p-photo-list.vue @@ -9,21 +9,35 @@ v-model="selected" :no-data-text="this.$gettext('No photos matched your search')" > -