Skip to content

Commit

Permalink
Merge pull request #109 from WordPress/remove_masonry_leftovers
Browse files Browse the repository at this point in the history
Remove vue-masonry-related items
  • Loading branch information
obulat authored Aug 2, 2021
2 parents 1066806 + b99a26f commit b5dc0d0
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 b5dc0d0

Please sign in to comment.