create sizer that sets item size with flex-basis
works with the flex-grow we set initially for the sub lists
This commit is contained in:
parent
a910f46c5b
commit
39ab3d86bd
3 changed files with 11 additions and 3 deletions
|
@ -35,7 +35,7 @@ import RoomListStore from '../../../stores/RoomListStore';
|
|||
import GroupStore from '../../../stores/GroupStore';
|
||||
|
||||
import ResizeHandle from '../elements/ResizeHandle';
|
||||
import {Resizer, CollapseDistributor} from '../../../resizer'
|
||||
import {Resizer, FixedDistributor, FlexSizer} from '../../../resizer'
|
||||
const HIDE_CONFERENCE_CHANS = true;
|
||||
const STANDARD_TAGS_REGEX = /^(m\.(favourite|lowpriority|server_notice)|im\.vector\.fake\.(invite|recent|direct|archived))$/;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue