From 34c148d0190abae89c8ce46781a2e28307cf92db Mon Sep 17 00:00:00 2001 From: poyrazovic Date: Sun, 1 Dec 2024 16:00:54 +0300 Subject: [PATCH] new version modal removed --- src/components/NewVersionModal/index.tsx | 4 ++-- src/layout/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/NewVersionModal/index.tsx b/src/components/NewVersionModal/index.tsx index 62add407..383ae732 100644 --- a/src/components/NewVersionModal/index.tsx +++ b/src/components/NewVersionModal/index.tsx @@ -31,7 +31,7 @@ const Modal = styled.div<{ isOpen: boolean }>` padding: 144px 32px; } - @media (max-height: 610px) { + @media (max-height: 846px) { padding: 32px; } ` @@ -104,7 +104,7 @@ const ModalHeading = styled.h3` font-size: 36px; } - @media (max-height: 610px) { + @media (max-height: 846px) { font-size: 20px; } ` diff --git a/src/layout/index.tsx b/src/layout/index.tsx index b12ad13c..3fc9c729 100644 --- a/src/layout/index.tsx +++ b/src/layout/index.tsx @@ -58,7 +58,7 @@ const Layout: React.FC = () => { {activeMobileMenu && }