CSS fixes

This commit is contained in:
2023-11-26 14:07:55 +01:00
parent ea8c82256c
commit 4a2ca5fab5
4 changed files with 13 additions and 45 deletions

View File

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