Fix v9 CSS

This commit is contained in:
2021-12-20 10:18:28 +01:00
parent aca949ca92
commit a071a3f6cd
4 changed files with 8 additions and 4 deletions

View File

@ -276,6 +276,12 @@ async function migrationPngWebp_1_5_34() {
});
game.settings.set(SYSTEM_RDD, "migration-png-webp-1.5.34", true)
}
// CSS patch for v9
if (game.version) {
let sidebar = document.getElementById("sidebar");
sidebar.style.width = "min-content";
}
}
/* -------------------------------------------- */