From 85a0d206bb135b84193f0c59f99fb19bec692374 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Fri, 3 Jun 2022 06:25:07 +0200 Subject: [PATCH] fix style --- .../app/src/components/PostsFeed/index.less | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/packages/app/src/components/PostsFeed/index.less b/packages/app/src/components/PostsFeed/index.less index 10637656..718a1b71 100644 --- a/packages/app/src/components/PostsFeed/index.less +++ b/packages/app/src/components/PostsFeed/index.less @@ -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; } }