Commit 5316aad3 authored by JC Brand's avatar JC Brand

Fix occupants offset in overlay view mode

parent aa509424
......@@ -10648,6 +10648,8 @@ body.reset {
padding: 0; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .chatroom-features .feature {
font-size: 10px; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants ul .occupant .occupant-status {
margin-top: 6px; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .chat-area {
min-width: 250px; }
#conversejs.converse-overlayed .chatbox.chatroom .sendXMPPMessage .chat-toolbar li .toolbar-menu {
......
......@@ -321,6 +321,13 @@
font-size: $font-size-tiny;
}
}
ul {
.occupant {
.occupant-status {
margin-top: 6px;
}
}
}
}
.chat-area {
min-width: $overlayed-chat-width;
......
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