Skip to content

Commit

Permalink
reduce margin around download link on FileListModal
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 17, 2024
1 parent 0658023 commit 948cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/FileListModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</v-img>
<v-card-actions>
<v-spacer></v-spacer>
<a :href="item.url" download class="colored-link mr-4"><v-icon :title="$vuetify.locale.t('$vuetify.file_download')">mdi-download</v-icon></a>
<a :href="item.url" download class="colored-link mx-2"><v-icon :title="$vuetify.locale.t('$vuetify.file_download')">mdi-download</v-icon></a>

<v-btn size="medium" :disabled="item.hasNoMessage" :loading="item.loadingHasNoMessage" @click="fireSearchMessage(item)" :title="$vuetify.locale.t('$vuetify.search_related_message')"><v-icon size="large">mdi-note-search-outline</v-icon></v-btn>

Expand Down

0 comments on commit 948cc5b

Please sign in to comment.