From 8c199b847ef8bd0cc85a4434464c0706c74d1085 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 28 Dec 2022 22:38:20 -0800 Subject: [PATCH] SearchModal CSS updates for mobile --- components/SearchModal/index.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/SearchModal/index.scss b/components/SearchModal/index.scss index c2b51741..288a4456 100644 --- a/components/SearchModal/index.scss +++ b/components/SearchModal/index.scss @@ -2,17 +2,16 @@ box-sizing: border-box; display: flex; flex-direction: column; - min-height: 431px; - width: 600px; + min-height: 430px; height: 480px; gap: 0; padding: 0; @include breakpoint(phone) { + animation: none; + border-radius: 0; min-width: inherit; - min-height: inherit; - width: 96%; // is this even right - height: 96vh; + min-height: 100vh; } #Header {