switch back to InfiniteScroll in Catalog view

This commit is contained in:
Tom
2023-04-29 10:50:18 +02:00
parent 196593befa
commit 1158f543db
4 changed files with 19 additions and 29 deletions
-11
View File
@@ -1,19 +1,9 @@
import styled from 'styled-components';
export const GridContainer = styled.div`
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
`;
export const Threads = styled.div`
padding: 20px 0;
text-align: center;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
.thread {
width: 180px;
@@ -26,7 +16,6 @@ export const Threads = styled.div`
margin-bottom: 20px;
padding: 5px 0 3px;
position: relative;
overflow: hidden;
}
video, audio, img {