fix: fix embedded chatbot styles on a relatively wide screen (#19030)

This commit is contained in:
Panpan
2025-04-29 08:58:10 +08:00
committed by GitHub
parent 36521e4275
commit f0ca828544
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
left: unset;
min-width: 24rem;
width: 48%;
max-width: calc(100vw - 2rem);
max-width: 40rem; /* Match mobile breakpoint*/
min-height: 43.75rem;
height: 88%;
max-height: calc(100vh - 6rem);