|
@@ -6233,19 +6233,28 @@ body.reset {
|
|
|
border-radius: 4px; }
|
|
|
|
|
|
#conversejs:not(.fullscreen) #minimized-chats {
|
|
|
+ order: 100;
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
min-height: 1px;
|
|
|
padding-right: 15px;
|
|
|
padding-left: 15px;
|
|
|
- flex: 0 0 8.3333333333%;
|
|
|
- max-width: 8.3333333333%;
|
|
|
+ flex: 0 0 16.6666666667%;
|
|
|
+ max-width: 16.6666666667%;
|
|
|
margin-bottom: -1em;
|
|
|
border-top-left-radius: 4px;
|
|
|
border-top-right-radius: 4px;
|
|
|
color: white;
|
|
|
margin-right: 0.5em;
|
|
|
padding: 0; }
|
|
|
+ @media (min-width: 576px) {
|
|
|
+ #conversejs:not(.fullscreen) #minimized-chats {
|
|
|
+ flex: 0 0 16.6666666667%;
|
|
|
+ max-width: 16.6666666667%; } }
|
|
|
+ @media (min-width: 992px) {
|
|
|
+ #conversejs:not(.fullscreen) #minimized-chats {
|
|
|
+ flex: 0 0 8.3333333333%;
|
|
|
+ max-width: 8.3333333333%; } }
|
|
|
#conversejs:not(.fullscreen) #minimized-chats .badge {
|
|
|
bottom: 8px;
|
|
|
border: 1px solid #818479; }
|
|
@@ -6261,7 +6270,8 @@ body.reset {
|
|
|
white-space: nowrap;
|
|
|
overflow-y: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- display: block; }
|
|
|
+ display: block;
|
|
|
+ height: 50px; }
|
|
|
#conversejs:not(.fullscreen) #minimized-chats a.restore-chat {
|
|
|
padding: 1px 0 1px 5px;
|
|
|
color: white;
|
|
@@ -6276,7 +6286,8 @@ body.reset {
|
|
|
color: white; }
|
|
|
#conversejs:not(.fullscreen) #minimized-chats .minimized-chats-flyout {
|
|
|
flex-direction: column-reverse;
|
|
|
- width: 100%; }
|
|
|
+ width: 100%;
|
|
|
+ bottom: 48px; }
|
|
|
#conversejs:not(.fullscreen) #minimized-chats .minimized-chats-flyout .chat-head {
|
|
|
padding: 0.3em;
|
|
|
border-radius: 4px;
|