Improved calendar layout

This commit is contained in:
2018-03-10 20:17:08 +01:00
parent d7517012dd
commit c9c6380644
2 changed files with 4 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export class AnimeNotifier {
this.sideBar = new SideBar(this.app.find("sidebar"))
// Infinite scrolling
this.infiniteScroller = new InfiniteScroller(this.app.content.parentElement, 100)
this.infiniteScroller = new InfiniteScroller(this.app.content.parentElement, 150)
// Loading
this.loading(false)