element-web/res/css/structures
Travis Ralston 80687e358f Obliterate some flexboxes in the room list
We don't need columns of divs to equally size themselves, so use easier layout techniques to make the list fit in the container. We have to take a hit with `height:100%`, but the hit is much more insignificant than confusing the layout engine.

The layout engine has a hard time with dynamically-but-statically-sized stuff like `width: 100%; display: flex;`, particularly when it is nested so badly. Overall this should improve performance for the app by not having to re-paint so often.

Fixes https://github.com/vector-im/riot-web/issues/14639
2020-07-22 16:34:33 -06:00
..
auth
_AutoHideScrollbar.scss
_CompatibilityPage.scss
_ContextualMenu.scss
_CreateRoom.scss
_CustomRoomTagPanel.scss
_FilePanel.scss
_GenericErrorPage.scss
_GroupView.scss
_HeaderButtons.scss
_HomePage.scss
_LeftPanel.scss Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
_MainSplit.scss
_MatrixChat.scss
_MyGroups.scss
_NotificationPanel.scss
_RightPanel.scss
_RoomDirectory.scss
_RoomSearch.scss
_RoomStatusBar.scss
_RoomView.scss
_ScrollPanel.scss
_SearchBox.scss
_TabbedView.scss
_TagPanel.scss
_ToastContainer.scss
_UploadBar.scss
_UserMenu.scss
_ViewSource.scss