Rework CSS

This commit is contained in:
Unrud 2020-08-26 03:30:22 +02:00
parent 585a3c0dcc
commit e501c8cd9a
3 changed files with 111 additions and 102 deletions

View file

@ -378,7 +378,7 @@ window.addEventListener("load", function() {
if (fullscreenElement()) {
exitFullscreen();
} else {
requestFullscreen(pad, {navigationUI: "hide"});
requestFullscreen(document.documentElement, {navigationUI: "hide"});
}
});
[{id: "prevtrackbutton", key: KEY_MEDIA_PREV_TRACK},