From b7a7ea402764308cc444abe5f6ec4487748dad9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 21 Oct 2024 21:14:24 +0200 Subject: [PATCH] Improve post details styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .../status/components/detailed-status.tsx | 49 +++++++++---------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/packages/pl-fe/src/features/status/components/detailed-status.tsx b/packages/pl-fe/src/features/status/components/detailed-status.tsx index 74f694291..a70dd0a51 100644 --- a/packages/pl-fe/src/features/status/components/detailed-status.tsx +++ b/packages/pl-fe/src/features/status/components/detailed-status.tsx @@ -144,35 +144,34 @@ const DetailedStatus: React.FC = ({ - - + + - - - - {actualStatus.application && ( - - - ({actualStatus.application.name}) - - )} - {actualStatus.edited_at && ( - <> - {' · '} -
- + {actualStatus.application && ( + <> + {' · '} + + ({actualStatus.application.name}) + + + )} + + {actualStatus.edited_at && ( + <> + {' · '} +
- -
- - )} +
+ + )} +