Commit f0848c28 authored by JC Brand's avatar JC Brand

Don't show bottom border for occupants list in overlay view mode

parent 9e85143d
......@@ -11736,6 +11736,8 @@ body.converse-fullscreen {
max-width: 41.66667%; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .occupants-heading {
padding: 0; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .occupant-list {
border-bottom: none; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .chatroom-features .feature {
font-size: var(--font-size-tiny); }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants ul .occupant .occupant-nick-badge .occupant-badges {
......
......@@ -371,6 +371,9 @@
.occupants-heading {
padding: 0;
}
.occupant-list {
border-bottom: none;
}
.chatroom-features {
.feature {
font-size: var(--font-size-tiny);
......
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