Mobile layout

This commit is contained in:
2017-07-19 16:56:02 +02:00
parent 39e6853d7d
commit 6fbe6a34ab
8 changed files with 122 additions and 18 deletions

View File

@ -115,6 +115,11 @@ export class AnimeNotifier {
// Push manager
this.pushManager = new PushManager()
// Sidebar control
document.body.addEventListener("click", e => {
this.app.find("sidebar").classList.remove("sidebar-visible")
})
}
async onContentLoaded() {