mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
Merge pull request #4907 from matrix-org/travis/room-list/raise
Decrease default visible rooms down to 5
This commit is contained in:
commit
d04bcdfa15
@ -85,8 +85,8 @@ export class ListLayout {
|
||||
}
|
||||
|
||||
public get defaultVisibleTiles(): number {
|
||||
// 10 is what "feels right", and mostly subject to design's opinion.
|
||||
return 10 + RESIZER_BOX_FACTOR;
|
||||
// This number is what "feels right", and mostly subject to design's opinion.
|
||||
return 5 + RESIZER_BOX_FACTOR;
|
||||
}
|
||||
|
||||
public setVisibleTilesWithin(diff: number, maxPossible: number) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user