mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
7b7385f1e7
commit
e2290c120a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export class Home extends React.Component<IProps, IState> {
|
|||
|
||||
updatePageSize() {
|
||||
this.setState({
|
||||
pageSize: Math.max(Math.floor((window.innerHeight - 400) / 52), 5)
|
||||
pageSize: Math.max(Math.floor((window.innerHeight - 340) / 55), 5)
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue