implement collapsible leftpanel at last
This commit is contained in:
parent
a05437e81f
commit
47ed8971e3
16 changed files with 107 additions and 17 deletions
|
@ -73,6 +73,11 @@ limitations under the License.
|
|||
flex: 0 0 230px;
|
||||
}
|
||||
|
||||
.mx_MatrixChat .mx_LeftPanel.collapsed {
|
||||
-webkit-flex: 0 0 60px;
|
||||
flex: 0 0 60px;
|
||||
}
|
||||
|
||||
.mx_MatrixChat .mx_MatrixChat_middlePanel {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue