Explorar o código

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

Fixed by showing the participants sidebar hide button on larger screen
sizes as well.
JC Brand %!s(int64=6) %!d(string=hai) anos
pai
achega
42e2cc6a7e
Modificáronse 2 ficheiros con 0 adicións e 18 borrados
  1. 0 4
      css/converse.css
  2. 0 14
      sass/_chatrooms.scss

+ 0 - 4
css/converse.css

@@ -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); }
 

+ 0 - 14
sass/_chatrooms.scss

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