Skip to content

Commit

Permalink
fix overflowing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 27, 2024
1 parent 28dc007 commit 475f321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion pages/gallery/gallery-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
class="elevation-1"
style="margin-top: 10px"
hide-default-footer
disable-pagination
>
<template #item.versions="{ value }">
<!-- title property gives alt text -->
Expand Down Expand Up @@ -108,6 +109,7 @@
class="elevation-1"
style="margin-top: 10px"
hide-default-footer
disable-pagination
:no-data-text="$root.lang().gallery.modal.no_contributions"
/>
</div>
Expand Down Expand Up @@ -359,7 +361,7 @@ export default {
},
immediate: true,
},
opened(n) {
modalOpened(n) {
this.$emit("input", n);
},
},
Expand Down
3 changes: 0 additions & 3 deletions pages/gallery/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,6 @@ export default {
currentSort(n) {
localStorage.setItem(SORT_KEY, n);
},
modalOpen(n) {
if (!n) this.removeShareURL();
},
},
created() {
axios
Expand Down

0 comments on commit 475f321

Please sign in to comment.