Skip to content
Snippets Groups Projects
Commit da464b37 authored by KDSBrowne's avatar KDSBrowne
Browse files

increase default chat width / decrease default userlist width

parent ea44a196
No related branches found
No related tags found
No related merge requests found
...@@ -47,11 +47,8 @@ class PanelManager extends Component { ...@@ -47,11 +47,8 @@ class PanelManager extends Component {
this.pollKey = _.uniqueId('poll-'); this.pollKey = _.uniqueId('poll-');
this.state = { this.state = {
chatWidth: 320, chatWidth: 340,
// decide whether using pixel or percentage unit as a default width for userList: userlistWidth: 180,
// userlist default relative width = 18;
userlistWidth:
(window.innerWidth * (18 / 100.0)) < USERLIST_MAX_WIDTH_PX ? 18 : USERLIST_MAX_WIDTH_PX,
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment