get rid of emptyContent, also cleanup sublist render method

also assume empty list in css by default and add nonEmpty class
This commit is contained in:
Bruno Windels 2018-10-19 14:40:59 +02:00
parent 57a9d3ca98
commit 5091aa3b43
3 changed files with 15 additions and 106 deletions

View file

@ -15,14 +15,14 @@ limitations under the License.
*/
.mx_RoomSubList {
min-height: 80px;
flex: 0;
display: flex;
flex-direction: column;
}
.mx_RoomSubList_hidden {
min-height: unset;
.mx_RoomSubList_nonEmpty {
min-height: 80px;
flex: 1;
}