From ad3870bf141fdbaf19bb93252617ba0d978669e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Hlav=C3=A1=C4=8Dik?= Date: Fri, 22 Nov 2024 12:35:49 +0100 Subject: [PATCH] Adjust posts page to mobile (#440) * Adjust posts page to mobile * fix scrollbar on open post details * let post details take 6 columns on lg+ --------- Co-authored-by: rtrembecky --- src/components/Posts/Post.tsx | 4 ++-- src/components/Posts/Posts.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Posts/Post.tsx b/src/components/Posts/Post.tsx index 9db10a2f..0141baba 100644 --- a/src/components/Posts/Post.tsx +++ b/src/components/Posts/Post.tsx @@ -25,9 +25,9 @@ export const Post: FC = ({caption, short_text, links, details, added_at, {short_text} - + {/* alignItems so the links don't stretch */} - + {details.length > 0 && (