mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
increase default visible tiles for room sublists
This commit is contained in:
parent
b68fabb44b
commit
3f33060cdd
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export class ListLayout {
|
|||
|
||||
public get defaultVisibleTiles(): number {
|
||||
// This number is what "feels right", and mostly subject to design's opinion.
|
||||
return 5;
|
||||
return 8;
|
||||
}
|
||||
|
||||
public tilesWithPadding(n: number, paddingPx: number): number {
|
||||
|
|
Loading…
Reference in a new issue