Files
zy-client-a/a8_za_Fine_aarto/public/Static_zy/LiveChatWidgetFrame.css
telangpu 91fd7ffcf0 update
2026-05-10 22:39:11 +08:00

39 lines
1.1 KiB
CSS

@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;
}
}
}