forked from matrix/element-web
nudge css
This commit is contained in:
parent
aa70dd7b67
commit
48063608c7
|
@ -24,8 +24,6 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
|
|
||||||
border-right: 1px solid #d8d8d8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_LeftPanel_hideButton {
|
.mx_LeftPanel_hideButton {
|
||||||
|
@ -48,29 +46,6 @@ limitations under the License.
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.mx_LeftPanel .mx_RoomCreate {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-moz-box-ordinal-group: 2;
|
|
||||||
-ms-flex-order: 2;
|
|
||||||
-webkit-order: 2;
|
|
||||||
order: 2;
|
|
||||||
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 16px;
|
|
||||||
min-height: 46px;
|
|
||||||
|
|
||||||
border-top: 1px solid #d8d8d8;
|
|
||||||
border-bottom: 1px solid #d8d8d8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_LeftPanel .mx_RoomCreate .mx_RoomCreate_table {
|
|
||||||
display: table;
|
|
||||||
width: 100%;
|
|
||||||
height: 46px;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.mx_LeftPanel .mx_DirectoryMenu {
|
.mx_LeftPanel .mx_DirectoryMenu {
|
||||||
-webkit-box-ordinal-group: 3;
|
-webkit-box-ordinal-group: 3;
|
||||||
-moz-box-ordinal-group: 3;
|
-moz-box-ordinal-group: 3;
|
||||||
|
|
|
@ -27,7 +27,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_border {
|
.mx_MemberList_border {
|
||||||
border: 1px solid #d8d8d8;
|
border: 1px solid #a9dbf4;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 75%;
|
max-height: 75%;
|
||||||
|
|
Loading…
Reference in New Issue