Setting correct heights and widths for label and container

pull/2028/head
wmwragg 2016-08-26 11:02:12 +01:00
parent a0236a9b76
commit d2937c2aed
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ limitations under the License.
.mx_RoomSubList_labelContainer { .mx_RoomSubList_labelContainer {
height: 29px; height: 29px;
width: 235px; /* LHS Panel width */
position: relative; position: relative;
} }
@ -50,7 +51,8 @@ limitations under the License.
} }
.collapsed .mx_RoomSubList_label { .collapsed .mx_RoomSubList_label {
height: 16px; height: 17px;
width: 28px; /* collapsed LHS Panel width */
} }
.mx_RoomSubList_roomCount { .mx_RoomSubList_roomCount {