mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
switch back to InfiniteScroll in Catalog view
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user