Skip to content

Commit

Permalink
Remove vue-masonry-related items
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Aug 2, 2021
1 parent 3d998db commit b99a26f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/SearchGridManualLoad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ export default {
},
},
methods: {
handleScalingChange() {
setTimeout(() => {
this.$redrawVueMasonry()
}, 100)
},
searchChanged() {
this.$store.commit(SET_IMAGES, { images: [], page: 1 })
},
Expand Down Expand Up @@ -195,11 +190,6 @@ export default {
}

.search-grid_ctr {
.masonry-layout {
margin: auto;
margin-top: 1rem;
}

.item {
width: 320px;
margin-bottom: 20px;
Expand Down

0 comments on commit b99a26f

Please sign in to comment.