make scrollable room list grab available space
without this, in small sizes, it would make the header shrink.
This commit is contained in:
parent
197dd57461
commit
bfbf41f431
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ limitations under the License.
|
||||||
transform: rotateZ(-90deg);
|
transform: rotateZ(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomSubList .gm-scrollbar-container {
|
||||||
|
/* let rooms list grab all available space */
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.collapsed {
|
.collapsed {
|
||||||
.mx_RoomSubList_label {
|
.mx_RoomSubList_label {
|
||||||
height: 17px;
|
height: 17px;
|
||||||
|
|
Loading…
Reference in a new issue