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 Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
_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 Rename RoomList2 SCSS variables 2020-07-17 15:59:35 -06:00
_RoomStatusBar.scss
_RoomView.scss
_ScrollPanel.scss
_SearchBox.scss
_TabbedView.scss
_TagPanel.scss Replace $roomtile-name-color with $muted-fg-color (equivalent) 2020-07-17 16:03:26 -06:00
_ToastContainer.scss
_UploadBar.scss
_UserMenu.scss
_ViewSource.scss