element-web/res
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
..
css Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
fonts
img Update the SVGs with 24x24 fixed Figma ones 2020-07-16 15:30:06 +01:00
media
themes Remove reminder to update SCSS variables 2020-07-17 16:18:53 -06:00