Improved calendar layout
This commit is contained in:
parent
d7517012dd
commit
c9c6380644
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user