|
@@ -510,7 +510,6 @@
|
|
border: var(--flyout-padding) solid var(--chat-head-color);
|
|
border: var(--flyout-padding) solid var(--chat-head-color);
|
|
bottom: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
.chat-head {
|
|
.chat-head {
|
|
height: var(--fullpage-chat-head-height);
|
|
height: var(--fullpage-chat-head-height);
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -526,9 +525,17 @@
|
|
@include make-col(2);
|
|
@include make-col(2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.chatbox {
|
|
.chatbox {
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ .box-flyout {
|
|
|
|
+ box-shadow: none;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#conversejs.converse-embedded {
|
|
|
|
+ .chatbox {
|
|
@include make-col-ready();
|
|
@include make-col-ready();
|
|
@include media-breakpoint-up(md) {
|
|
@include media-breakpoint-up(md) {
|
|
@include make-col(8);
|
|
@include make-col(8);
|
|
@@ -539,11 +546,6 @@
|
|
@include media-breakpoint-up(xl) {
|
|
@include media-breakpoint-up(xl) {
|
|
@include make-col(10);
|
|
@include make-col(10);
|
|
}
|
|
}
|
|
-
|
|
|
|
- .box-flyout {
|
|
|
|
- box-shadow: none;
|
|
|
|
- overflow: hidden;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|