element-web/res/css
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
..
structures Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
views Obliterate some flexboxes in the room list 2020-07-22 16:34:33 -06:00
_common.scss Remove unused SCSS variables + fix tertiary colour 2020-07-17 16:15:14 -06:00
_components.scss CallView2 -> CallView 2020-07-17 15:55:30 -06:00
_font-sizes.scss Use rem to guard against font scaling breakages 2020-07-16 20:15:28 +05:30
rethemendex.sh