Skip to content

Commit

Permalink
fix: media limit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrckbp committed Sep 19, 2023
1 parent 96907df commit 7b956ac
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/components/src/css/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 7b956ac

Please sign in to comment.