diff --git a/example.png b/example.png new file mode 100644 index 0000000..6265e14 Binary files /dev/null and b/example.png differ diff --git a/main.js b/main.js index 2fcf36f..2a8e718 100644 --- a/main.js +++ b/main.js @@ -24,6 +24,8 @@ Hooks.on('renderActorSheet', async (app, html, data) => { }); html.addClass('sheet-only-sheet'); + $(".window-resizable-handle").hide(); + $('.sheet-only-container').append(html); } }) diff --git a/styles/main.css b/styles/main.css index 65373ea..0d372c9 100644 --- a/styles/main.css +++ b/styles/main.css @@ -18,6 +18,8 @@ justify-items: flex-start; } + + .sheet-only-actor-list { display: flex; flex-direction: column;