This commit is contained in:
telangpu
2026-05-10 22:39:11 +08:00
parent bc675f5e4d
commit 91fd7ffcf0
395 changed files with 309652 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
@media screen and (max-height:600px) {
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.web_chat_panel {
height: calc(100vh - 40px)
}
}
@media screen and (max-width:470px) {
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.web_chat_panel.BottomLeft,
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.web_chat_panel.BottomRight {
right: 0;
left: 0;
bottom: 0
}
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.web_chat_panel {
height: 100%;
width: 100%;
right: 0;
left: 0;
bottom: 0
}
}
/* InApp */
@media screen and (max-height:600px) {
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.inApp.web_chat_panel {
height: calc(100vh - 40px);
}
@media screen and (orientation:landscape) {
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.inApp.web_chat_panel {
height: calc(100vh);
width: calc(100vw);
}
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window.inApp.BottomRight {
right: 0;
bottom: 0;
}
}
}