From 39b1a67119f778a584756eabd96c3b569f6f285a Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 4 Nov 2024 01:16:45 +0000 Subject: [PATCH] feature: Responsive launches UI --- apps/frontend/src/app/global.scss | 1 - .../components/launches/add.edit.model.tsx | 13 +- .../src/components/launches/filters.tsx | 140 +++++++++--------- .../launches/general.preview.component.tsx | 2 +- .../launches/launches.component.tsx | 4 +- .../src/components/layout/impersonate.tsx | 2 +- .../src/components/layout/layout.settings.tsx | 12 +- .../src/components/layout/top.menu.tsx | 6 +- .../notifications/notification.component.tsx | 2 +- 9 files changed, 93 insertions(+), 89 deletions(-) diff --git a/apps/frontend/src/app/global.scss b/apps/frontend/src/app/global.scss index da791348..ac18deaa 100644 --- a/apps/frontend/src/app/global.scss +++ b/apps/frontend/src/app/global.scss @@ -10,7 +10,6 @@ html { } .box { position: relative; - padding: 8px 24px; } .box span { position: relative; diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx index 966a2db8..8b2389fc 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -385,14 +385,15 @@ export const AddEditModal: FC<{ instructions="You are an assistant that help the user to schedule their social media posts, everytime somebody write something, try to use a function call, if not prompt the user that the request is invalid and you are here to assists with social media posts" /> )} -
@@ -540,10 +541,10 @@ export const AddEditModal: FC<{ ) : null}
-
-
+
+