set sub list height with flex-basis to make it ... well, grow less
This commit is contained in:
parent
d264687796
commit
44b92eb071
3 changed files with 3 additions and 4 deletions
|
@ -16,13 +16,12 @@ limitations under the License.
|
|||
|
||||
.mx_RoomSubList {
|
||||
min-height: 80px;
|
||||
flex: 1;
|
||||
flex: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_RoomSubList_hidden {
|
||||
flex: 0;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue