css tweaking
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.mx_RoomTile {
|
||||
height: 20px;
|
||||
width: 250px;
|
||||
background-color: #ddd;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.mx_RoomList {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.mx_RoomList ul {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.mx_RoomView {
|
||||
display: table-cell;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.mx_RoomView ul {
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
.mx_MatrixChat {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MatrixChat_leftPanel {
|
||||
display: table-cell;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user