diff --git a/bigbluebutton-html5/imports/ui/components/app/component.jsx b/bigbluebutton-html5/imports/ui/components/app/component.jsx index f68e20fd8c..480397478d 100755 --- a/bigbluebutton-html5/imports/ui/components/app/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/app/component.jsx @@ -51,7 +51,7 @@ export default class App extends Component { const { userList } = this.props; const userListStyle = {}; - userListStyle[styles.minview] = true; + userListStyle[styles.minview] = false; if (userList) { return ( diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss index beccc62374..936dc35973 100755 --- a/bigbluebutton-html5/imports/ui/components/app/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss @@ -118,7 +118,7 @@ $actionsbar-height: 50px; // TODO: Change to ActionsBar real height } .minview { - flex-basis: 5vw; + flex-basis: 4.6rem; } .chat { diff --git a/bigbluebutton-html5/imports/ui/components/user-list/component.jsx b/bigbluebutton-html5/imports/ui/components/user-list/component.jsx index 39764bdf86..b27df0f7da 100644 --- a/bigbluebutton-html5/imports/ui/components/user-list/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/user-list/component.jsx @@ -30,7 +30,7 @@ class UserList extends Component { super(props); this.state = { - compact: true, + compact: false, }; } @@ -83,7 +83,7 @@ class UserList extends Component { description="Title for the messages list" defaultMessage="Messages" /> - :
+ :
}
 ({this.props.users.length}) - :
+ :
}