From 9e89e6647cd11d0c6a4cb3fd4c5ca40b57cea161 Mon Sep 17 00:00:00 2001 From: Patrick Hamelin <87815239+ptrckbp@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:22:36 -0400 Subject: [PATCH] fix: media limit issue (#636) --- packages/components/src/css/theme-light.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/packages/components/src/css/theme-light.css b/packages/components/src/css/theme-light.css index f9ac2a4d3..48ef5d36e 100644 --- a/packages/components/src/css/theme-light.css +++ b/packages/components/src/css/theme-light.css @@ -80,8 +80,7 @@ width: var(--webchat-width) !important; } - -@media (min-width: 480px) { +@media (max-width: 479px) { .bpw-layout { border-radius: 0px; margin-right: 0; @@ -91,14 +90,6 @@ } } -@media (max-width: 380px) { - .bpw-layout { - margin-right: 0; - margin-bottom: 0; - max-height: 100%; - } -} - .bpw-chat-container { border: none; color: #171717;