hamburger menu button now avoids focus and has no outline

theme change behavior slightly modified to improve accessibility

added hammerjs

settings menu now has minimum width, updated colors, and additional hints
This commit is contained in:
Isaac Grynsztein
2020-03-08 22:23:50 -04:00
parent 3cbb517d64
commit 6f3e94cf24
6 changed files with 66 additions and 49 deletions

View File

@@ -11,7 +11,7 @@ const config_api = require('./config');
const adapter = new FileSync('db.json');
const db = low(adapter)
let debugMode = process.env.YTDL_MODE === 'debug';
const debugMode = process.env.YTDL_MODE === 'debug';
async function subscribe(sub) {
const result_obj = {