diff --git a/src/FilterLists.Web/src/modules/home/Home.tsx b/src/FilterLists.Web/src/modules/home/Home.tsx index 475ca6d85..8bfeb94fa 100644 --- a/src/FilterLists.Web/src/modules/home/Home.tsx +++ b/src/FilterLists.Web/src/modules/home/Home.tsx @@ -61,7 +61,7 @@ export class Home extends React.Component { updatePageSize() { this.setState({ - pageSize: Math.max(Math.floor((window.innerHeight - 400) / 52), 5) + pageSize: Math.max(Math.floor((window.innerHeight - 340) / 55), 5) }); };