Inventory and onlinelist now pre load on login and open without delay on keybind press.

This commit is contained in:
2021-05-02 06:19:15 +02:00
parent 6d675018dc
commit 4bd5e5aa49
8 changed files with 181 additions and 174 deletions

View File

@@ -8,7 +8,13 @@ html {
-ms-user-select: none;
user-select: none;
}
.show {
display: show !important;
}
.hidden {
display: none !important;
}
html, body {
margin: unset;
}
@@ -209,4 +215,6 @@ ol.inline.stats {
ol.inline.stats abbr {
text-decoration: none;
}
/*# sourceMappingURL=style.css.map */