diff --git a/packages/app/src/components/PostsList/index.less b/packages/app/src/components/PostsList/index.less index f93f9613..a1054021 100755 --- a/packages/app/src/components/PostsList/index.less +++ b/packages/app/src/components/PostsList/index.less @@ -67,6 +67,16 @@ margin: auto; z-index: 150; + + .postCard { + width: 100%; + min-width: none; + } + + .playlistTimelineEntry { + width: 100%; + min-width: none; + } } .resume_btn_wrapper {