Improved calendar layout

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

View File

@ -3,6 +3,8 @@
.weekday
width 100%
max-width 500px
margin 0 auto
text-align left
border-bottom 1px solid ui-border-color
padding 0.5rem
@ -72,7 +74,7 @@
text-align right
font-size 0.9rem
> 800px
> 1350px
.week
horizontal

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)