Commit 70bfd571 authored by JC Brand's avatar JC Brand

Fix width issue when minimized. Add more chatboxes to mockup

parent f3ca08f1
......@@ -1253,8 +1253,6 @@ form.add-xmpp-contact input {
color: rgb(79, 79, 79);
}
/* XXX ------ XXX */
#conversejs {
bottom: 1px;
direction: ltr;
......@@ -1273,3 +1271,11 @@ form.add-xmpp-contact input {
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.4);
border-radius: 4px;
}
.chatbox .nub-flyout {
width: 200px;
}
.chatroom .nub-flyout {
width: 300px;
}
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment