Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Fix various layout concerns with the new room list #4749

Merged
merged 4 commits into from
Jun 10, 2020

Conversation

turt2live
Copy link
Member

@turt2live turt2live commented Jun 10, 2020

For element-hq/element-web#13635

It had ~32px of overflow causing a horizontal scrollbar. Turns out the layout engine gets confused when hidden elements are at the end of a flexbox, so we just move them higher in the DOM (where they logically still make sense).

The remaining changes are all alignment and misc changes in that respect, and probably not obvious.

image

It had ~32px of overflow causing a horizontal scrollbar. Turns out the layout engine gets confused when hidden elements are at the end of a flexbox, so we just move them higher in the DOM (where they logically still make sense).

The remaining changes are all alignment and misc changes in that respect, and probably not obvious.
@turt2live turt2live requested a review from a team June 10, 2020 21:53
@turt2live turt2live merged commit 95fb8e3 into develop Jun 10, 2020
@turt2live turt2live deleted the travis/room-list/layout branch June 10, 2020 22:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants