element-web/res/css/views
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 Fix alignment of login/syncing spinner 2020-07-15 10:44:20 +01:00
avatars RoomTile2 -> RoomTile 2020-07-17 15:43:29 -06:00
context_menus make tag panel context menu icons follow text color 2020-07-10 10:20:26 +02:00
dialogs Fix copy button in share dialog 2020-07-16 10:30:31 +01:00
directory
elements Fix field tooltips 2020-07-18 11:36:23 +01:00
emojipicker Fix Emoji Picker footer being too small if text overflows 2020-05-24 20:00:02 +01:00
groups
messages Merge pull request #5020 from matrix-org/t3chguy/fix/14649 2020-07-20 15:21:03 +01:00
right_panel redefine variable rather than picking a different one 2020-07-14 12:51:51 +02:00
room_settings
rooms Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
settings remove upload icon 2020-07-07 12:16:16 +02:00
terms
verification
voip IncomingCallBox2 -> IncomingCallBox 2020-07-17 15:56:58 -06:00