sized items cannot grow, unsized items start with their content size and shrink from there

This commit is contained in:
Bruno Windels 2019-01-10 14:03:55 +01:00
parent 68afadd83b
commit 1a2727f0af

View File

@ -33,13 +33,13 @@ limitations under the License.
.mx_RoomSubList { .mx_RoomSubList {
min-height: 31px; min-height: 31px;
flex: 0 10000 auto; flex: 0 10000 content;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.mx_RoomSubList.resized-sized { .mx_RoomSubList.resized-sized {
flex: 1 1 auto; flex: 0 1 0;
} }
.mx_RoomSubList_nonEmpty { .mx_RoomSubList_nonEmpty {