forked from xdy/twodsix-foundryvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Item page fixed and styled, Info page broken
- Loading branch information
Showing
4 changed files
with
106 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,22 @@ | ||
<div class="grid-container"> | ||
<div class="description"> | ||
<div class="info-container"> | ||
<div class="char-description"> | ||
Description: | ||
{{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}} | ||
</div> | ||
|
||
<div class="bio"> | ||
<div class="char-bio"> | ||
Bio: | ||
{{{editor content=data.bio target="data.bio" button=true owner=owner editable=editable}}} | ||
</div> | ||
|
||
<div class="contacts"> | ||
<div class="char-contacts"> | ||
Contacts: | ||
{{{editor content=data.contacts target="data.contacts" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="allies"> | ||
<div class="char-allies"> | ||
Allies: | ||
{{{editor content=data.allies target="data.allies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="enemies"> | ||
<div class="char-enemies"> | ||
Enemies: | ||
{{{editor content=data.enemies target="data.enemies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters