mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
41 lines
862 B
Plaintext
41 lines
862 B
Plaintext
.postsFeed {
|
|
display : flex;
|
|
flex-direction : column;
|
|
align-items : center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
.content {
|
|
overflow: visible;
|
|
|
|
display : flex;
|
|
flex-direction : column;
|
|
align-items : center;
|
|
justify-content: center;
|
|
|
|
width : 100%;
|
|
max-width: 40vw;
|
|
|
|
.rc-virtual-list-holder {
|
|
overflow-y: visible !important;
|
|
width : 100%;
|
|
|
|
}
|
|
|
|
.rc-virtual-list-holder-inner {
|
|
width : 100%;
|
|
overflow: visible;
|
|
|
|
display : flex;
|
|
flex-direction : column;
|
|
align-items : center;
|
|
justify-content: center;
|
|
|
|
>div {
|
|
width : 100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
}
|
|
} |