Skip to content

Commit

Permalink
Update gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jun 9, 2022
1 parent e18cb8c commit 06241ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start": "vue-cli-service serve"
},
"dependencies": {
"@abi-software/gallery": "^0.3.0",
"@abi-software/gallery": "^0.3.1",
"@abi-software/svg-sprite": "^0.1.14",
"algoliasearch": "^4.10.5",
"element-ui": "^2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImageGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
},
imageStyle: { maxWidth: '160px', maxHeight: '160px'},
shadow: "never",
bottomSpacer: { minHeight: '1.5rem' },
bottomSpacer: { minHeight: '0rem' },
resetIndex: false
};
},
Expand Down

0 comments on commit 06241ae

Please sign in to comment.