|
@@ -150,12 +150,12 @@
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
|
height: var(--mobile-chat-height);
|
|
height: var(--mobile-chat-height);
|
|
width: var(--mobile-chat-width);
|
|
width: var(--mobile-chat-width);
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: var(--fullpage-chat-height);
|
|
}
|
|
}
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
|
height: var(--mobile-chat-height);
|
|
height: var(--mobile-chat-height);
|
|
width: var(--mobile-chat-width);
|
|
width: var(--mobile-chat-width);
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: var(--fullpage-chat-height);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chat-title {
|
|
.chat-title {
|
|
@@ -605,7 +605,7 @@
|
|
.box-flyout {
|
|
.box-flyout {
|
|
left: 50px;
|
|
left: 50px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: var(--fullpage-chat-height);
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
}
|
|
}
|