From 0e572987ce939fb7ecbbffedd6b2419b500c26b4 Mon Sep 17 00:00:00 2001 From: Ho3einWave Date: Thu, 21 Nov 2024 09:45:44 +0330 Subject: [PATCH] style: increase max-height for modal containers in SwapButton component --- lib/components/SwapButton/SwapButton.scss | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/lib/components/SwapButton/SwapButton.scss b/lib/components/SwapButton/SwapButton.scss index 171dc97..121f64a 100644 --- a/lib/components/SwapButton/SwapButton.scss +++ b/lib/components/SwapButton/SwapButton.scss @@ -38,7 +38,7 @@ max-width: 28.125rem; height: 100%; max-height: 80%; - max-height: 23.75rem; + max-height: 30rem; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05); border-radius: 0.75rem; } @@ -70,14 +70,6 @@ @media screen and (min-width: 768px) { .mytonswap-app { - .modal-container { - .modal-container-inner { - height: 100%; - max-height: 80%; - max-height: 25rem; - border-radius: 1rem; - } - } .swap-button { height: 3.25rem; font-size: var(--font-size-md); @@ -87,14 +79,6 @@ @media screen and (min-width: 1024px) { .mytonswap-app { - .modal-container { - .modal-container-inner { - height: 100%; - max-height: 80%; - max-height: 26.25rem; - border-radius: 1rem; - } - } .swap-button { height: 3.5rem; border-radius: 1rem;