From 2cb629b6b9b76d5cb937ed239b72dbeed5f29b60 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 5 Feb 2025 00:31:23 -0800 Subject: [PATCH] feat: made modal responsive --- .../Analysis/DownloadModelModal.tsx | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/components/Analysis/DownloadModelModal.tsx b/src/components/Analysis/DownloadModelModal.tsx index 8154296..4be1d57 100644 --- a/src/components/Analysis/DownloadModelModal.tsx +++ b/src/components/Analysis/DownloadModelModal.tsx @@ -21,18 +21,17 @@ export const DownloadModelModal: React.FC = ({ return ( -
-
+
+
- + auto_awesome -

Download Our New Model

+

+ Download Our New Model +

-
+

Our newest model, Maia 2, provides richer and more in-depth analysis, allowing for: @@ -58,9 +57,12 @@ export const DownloadModelModal: React.FC = ({

{progress ? ( -
+
+

+ {Math.round(progress)}% +

@@ -68,7 +70,7 @@ export const DownloadModelModal: React.FC = ({
{ if (e.key === 'Enter' || e.key === ' ') { @@ -76,7 +78,9 @@ export const DownloadModelModal: React.FC = ({ } }} > - download + + download +

Download Maia 2{' '} (90mb)