Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3f33060

Browse files
committed
increase default visible tiles for room sublists
1 parent b68fabb commit 3f33060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/room-list/ListLayout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class ListLayout {
8282

8383
public get defaultVisibleTiles(): number {
8484
// This number is what "feels right", and mostly subject to design's opinion.
85-
return 5;
85+
return 8;
8686
}
8787

8888
public tilesWithPadding(n: number, paddingPx: number): number {

0 commit comments

Comments
 (0)