fix style

This commit is contained in:
srgooglo 2022-06-03 06:25:07 +02:00
parent 3bc42bff3c
commit 85a0d206bb

View File

@ -1,39 +1,43 @@
.postsFeed {
display : flex;
flex-direction : column;
align-items : center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
> div {
margin-bottom: 20px;
}
.content {
overflow: visible;
display : flex;
flex-direction : column;
align-items : center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width : 100%;
width: 100%;
max-width: 40vw;
.rc-virtual-list-holder {
overflow-y: visible !important;
width : 100%;
width: 100%;
}
.rc-virtual-list-holder-inner {
width : 100%;
width: 100%;
overflow: visible;
display : flex;
flex-direction : column;
align-items : center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
>div {
width : 100%;
width: 100%;
margin-bottom: 15px;
}
}