update
This commit is contained in:
39
a8_za_Fine_aarto/public/Static_zy/LiveChatWidgetFrame.css
Normal file
39
a8_za_Fine_aarto/public/Static_zy/LiveChatWidgetFrame.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user