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 Revert "Use recovery keys over passphrases" 2020-06-18 09:35:11 +01:00
_AutoHideScrollbar.scss bring back global style rules for thin scrollbars (also FF now!) 2020-03-30 12:41:05 +02:00
_CompatibilityPage.scss Fix tedious CSS stuff with stylelint --fix 2019-04-09 15:05:39 +01:00
_ContextualMenu.scss Change border radius of context menus and dialog from 4px to 8px 2020-07-13 21:56:48 +01:00
_CreateRoom.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_CustomRoomTagPanel.scss Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
_FilePanel.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_GenericErrorPage.scss Flexboxify generic error page 2019-06-27 12:10:58 -06:00
_GroupView.scss Minor padding fixes to communities 2020-07-14 10:16:00 -06:00
_HeaderButtons.scss Fix top right header button layout and hover consistency 2020-07-16 14:38:46 +01:00
_HomePage.scss change accent color 2020-07-14 20:36:27 +02:00
_LeftPanel.scss Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
_MainSplit.scss Revert "Merge branch 'joriks/horizontal-resize-bars' into 'element'" 2020-07-16 15:31:41 +01:00
_MatrixChat.scss LeftPanel2 -> LeftPanel 2020-07-17 15:22:18 -06:00
_MyGroups.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_NotificationPanel.scss Fix file list regression 2020-05-26 15:56:16 +01:00
_RightPanel.scss Fix top right header button layout and hover consistency 2020-07-16 14:38:46 +01:00
_RoomDirectory.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_RoomSearch.scss Rename RoomList2 SCSS variables 2020-07-17 15:59:35 -06:00
_RoomStatusBar.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_RoomView.scss Tweak padding & weight 2020-07-13 20:57:24 +01:00
_ScrollPanel.scss first impl of new scrolling, still a bit broken 2019-03-19 13:42:22 +01:00
_SearchBox.scss make filter feed transparent when not focussed 2019-09-10 11:11:08 +02:00
_TabbedView.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00
_TagPanel.scss Replace $roomtile-name-color with $muted-fg-color (equivalent) 2020-07-17 16:03:26 -06:00
_ToastContainer.scss Switch to svg masks for the e2eicon and border it for the EntityTile avatars 2020-07-14 00:52:03 +01:00
_UploadBar.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_UserMenu.scss polish user menu button 2020-07-13 18:24:28 +02:00
_ViewSource.scss Use variables for the rem values. 2020-03-31 15:26:23 +01:00