Affichage des specialisations

This commit is contained in:
2023-12-19 22:13:26 +01:00
parent df61abac19
commit 62c3787cea
59 changed files with 131 additions and 83 deletions

View File

@@ -123,11 +123,6 @@ Hooks.once("ready", function () {
registerUsageCount(game.system.id)
welcomeMessage()
// CSS patch for v9
if (game.version) {
let sidebar = document.getElementById("sidebar");
sidebar.style.width = "min-content";
}
});
/* -------------------------------------------- */