Improved calendar layout
This commit is contained in:
parent
d7517012dd
commit
c9c6380644
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
.weekday
|
.weekday
|
||||||
width 100%
|
width 100%
|
||||||
|
max-width 500px
|
||||||
|
margin 0 auto
|
||||||
text-align left
|
text-align left
|
||||||
border-bottom 1px solid ui-border-color
|
border-bottom 1px solid ui-border-color
|
||||||
padding 0.5rem
|
padding 0.5rem
|
||||||
@ -72,7 +74,7 @@
|
|||||||
text-align right
|
text-align right
|
||||||
font-size 0.9rem
|
font-size 0.9rem
|
||||||
|
|
||||||
> 800px
|
> 1350px
|
||||||
.week
|
.week
|
||||||
horizontal
|
horizontal
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ export class AnimeNotifier {
|
|||||||
this.sideBar = new SideBar(this.app.find("sidebar"))
|
this.sideBar = new SideBar(this.app.find("sidebar"))
|
||||||
|
|
||||||
// Infinite scrolling
|
// Infinite scrolling
|
||||||
this.infiniteScroller = new InfiniteScroller(this.app.content.parentElement, 100)
|
this.infiniteScroller = new InfiniteScroller(this.app.content.parentElement, 150)
|
||||||
|
|
||||||
// Loading
|
// Loading
|
||||||
this.loading(false)
|
this.loading(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user