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

Fixed by showing the participants sidebar hide button on larger screen
sizes as well.
This commit is contained in:
JC Brand 2019-04-11 23:26:14 +02:00
parent b593b8deb6
commit 42e2cc6a7e
2 changed files with 0 additions and 18 deletions

View File

@ -11818,10 +11818,6 @@ body.converse-fullscreen {
#conversejs.converse-mobile .chatroom .room-invite span .invited-contact {
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 {
background-color: var(--headline-head-color); }

View File

@ -512,17 +512,3 @@
}
}
}
@include media-breakpoint-up(md) {
.chatroom {
.box-flyout {
.occupants {
.occupants-header {
.hide-occupants {
display: none;
}
}
}
}
}
}