Merge pull request #4687 from matrix-org/travis/split-left-panel

Split the left panel into new and old for new room list designs
This commit is contained in:
Travis Ralston 2020-06-05 10:07:13 -06:00 committed by GitHub
commit efa12b8c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 216 additions and 44 deletions

View file

@ -23,6 +23,14 @@ limitations under the License.
flex: 0 0 auto;
}
// TODO: Remove temporary indicator of new room list implementation.
// This border is meant to visually distinguish between the two components when the
// user has turned on the new room list implementation, at least until the designs
// themselves give it away.
.mx_LeftPanel2 .mx_LeftPanel {
border-left: 5px #e26dff solid;
}
.mx_LeftPanel_container.collapsed {
min-width: unset;
/* Collapsed LeftPanel 50px */