Skip to content

Commit

Permalink
Adds example with multiple characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrious committed Dec 19, 2023
1 parent 2dc3660 commit ba2bb5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
})
Expand Down
2 changes: 2 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
justify-items: flex-start;
}



.sheet-only-actor-list {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit ba2bb5e

Please sign in to comment.