Move min-height to RoomList; remove bottommost prop

This commit is contained in:
Kegan Dougal 2015-12-18 17:13:57 +00:00
parent dc1e2010a6
commit dcea0dd601
3 changed files with 2 additions and 8 deletions

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_RoomList {
padding-top: 24px;
padding-bottom: 12px;
min-height: 400px;
}
.mx_RoomList_expandButton {

View file

@ -20,11 +20,6 @@ limitations under the License.
width: 100%;
}
.mx_RoomSubList_bottommost {
/* XXX: this should really be 100% of the RoomList height, but can't seem to get at it */
min-height: 400px;
}
.mx_RoomSubList_label {
text-transform: uppercase;
color: #3d3b39;