Merge pull request #150 from ente-io/fix-looped-resize

fix looped resize
This commit is contained in:
Abhinav-grd 2021-09-20 11:41:25 +05:30 committed by GitHub
commit 0cf8e5e2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ const Container = styled.div`
width: 100%;
flex-wrap: wrap;
margin: 0 auto;
overflow-x: hidden;
.pswp-thumbnail {
display: inline-block;
cursor: pointer;