From 31ef4da3aeebf049025ef951b53b7fecf824532f Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 5 Jul 2023 20:27:29 +0000 Subject: [PATCH] fix width for post-lists --- packages/app/src/components/PostsList/index.less | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 {