mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix style
This commit is contained in:
parent
3bc42bff3c
commit
85a0d206bb
@ -1,39 +1,43 @@
|
|||||||
.postsFeed {
|
.postsFeed {
|
||||||
display : flex;
|
display: flex;
|
||||||
flex-direction : column;
|
flex-direction: column;
|
||||||
align-items : center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
display : flex;
|
display: flex;
|
||||||
flex-direction : column;
|
flex-direction: column;
|
||||||
align-items : center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
width : 100%;
|
width: 100%;
|
||||||
max-width: 40vw;
|
max-width: 40vw;
|
||||||
|
|
||||||
.rc-virtual-list-holder {
|
.rc-virtual-list-holder {
|
||||||
overflow-y: visible !important;
|
overflow-y: visible !important;
|
||||||
width : 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rc-virtual-list-holder-inner {
|
.rc-virtual-list-holder-inner {
|
||||||
width : 100%;
|
width: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
display : flex;
|
display: flex;
|
||||||
flex-direction : column;
|
flex-direction: column;
|
||||||
align-items : center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
>div {
|
>div {
|
||||||
width : 100%;
|
width: 100%;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user