change min size to exactly one room tile + header
This commit is contained in:
parent
4bd6ce8e2c
commit
b4197059a0
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSubList_nonEmpty {
|
.mx_RoomSubList_nonEmpty {
|
||||||
min-height: 70px;
|
min-height: 74px;
|
||||||
|
|
||||||
.mx_AutoHideScrollbar_offset {
|
.mx_AutoHideScrollbar_offset {
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
|
|
|
@ -39,7 +39,7 @@ class RoomSubList extends ResizeItem {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const MIN_SIZE = 70;
|
const MIN_SIZE = 74;
|
||||||
// would be good to have a way in here to know if the item can be resized
|
// would be good to have a way in here to know if the item can be resized
|
||||||
// - collapsed items can't be resized (.mx_RoomSubList_hidden)
|
// - collapsed items can't be resized (.mx_RoomSubList_hidden)
|
||||||
// - items at MIN_SIZE can't be resized smaller
|
// - items at MIN_SIZE can't be resized smaller
|
||||||
|
|
Loading…
Reference in a new issue