From 9ff2392f419dc46590dbc6d0474223ca098d724c Mon Sep 17 00:00:00 2001 From: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:49:29 +0545 Subject: [PATCH] fix(frontend): map ui alignment on various devices (#1772) * fix(taskSelectionPopup): fix popup alignment in medium screen * fix(offlineReadyPrompt): shift of projectDetails UI upwards showing white gap below --- .../src/components/OfflineReadyPrompt.tsx | 20 ++++++++++--------- .../ProjectDetailsV2/TaskSelectionPopup.tsx | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/frontend/src/components/OfflineReadyPrompt.tsx b/src/frontend/src/components/OfflineReadyPrompt.tsx index 3d3ee963f6..5e12411f90 100644 --- a/src/frontend/src/components/OfflineReadyPrompt.tsx +++ b/src/frontend/src/components/OfflineReadyPrompt.tsx @@ -31,19 +31,21 @@ function OfflineReadyPrompt() { }, [offlineReady]); return ( -