some ui tweaks

- scrollbar collapse is now on chrome-top as show/hide library
- adjusted rollover effect for nav playback-buttons
This commit is contained in:
booploops 2022-06-03 04:22:09 -07:00
parent 0f1f6c1e8f
commit 6ddc59a4e5
9 changed files with 989 additions and 896 deletions

View file

@ -135,7 +135,7 @@ document.addEventListener("musickitloaded", function () {
function waitForApp() {
if (typeof app.init !== "undefined") {
app.init();
if (app.cfg.visual.window_background_style == "mica") {
if (app.cfg.visual.window_background_style == "mica" && !app.isDev) {
app.spawnMica();
}
} else {