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;