Commit 42e2cc6a authored by JC Brand's avatar JC Brand

Fixes #1530. Muted user can't close MUC participants view

Fixed by showing the participants sidebar hide button on larger screen
sizes as well.
parent b593b8de
...@@ -11818,10 +11818,6 @@ body.converse-fullscreen { ...@@ -11818,10 +11818,6 @@ body.converse-fullscreen {
#conversejs.converse-mobile .chatroom .room-invite span .invited-contact { #conversejs.converse-mobile .chatroom .room-invite span .invited-contact {
margin: 0 0 0.5em -1px; } margin: 0 0 0.5em -1px; }
@media (min-width: 768px) {
.chatroom .box-flyout .occupants .occupants-header .hide-occupants {
display: none; } }
#conversejs .chatbox.headlines .chat-head.chat-head-chatbox { #conversejs .chatbox.headlines .chat-head.chat-head-chatbox {
background-color: var(--headline-head-color); } background-color: var(--headline-head-color); }
......
...@@ -512,17 +512,3 @@ ...@@ -512,17 +512,3 @@
} }
} }
} }
@include media-breakpoint-up(md) {
.chatroom {
.box-flyout {
.occupants {
.occupants-header {
.hide-occupants {
display: none;
}
}
}
}
}
}
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