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
12 changed files with 216 additions and 44 deletions
+8
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 */