make scrollable room list grab available space

without this, in small sizes, it would make the header shrink.
This commit is contained in:
Bruno Windels 2018-10-19 12:09:15 +02:00
parent 197dd57461
commit bfbf41f431

View file

@ -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;