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
10 changed files
with
193 additions
and
147 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
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
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,21 +1,21 @@ | ||
<div class="grid-container"> | ||
<div class="contacts"> | ||
contacts: | ||
Contacts: | ||
{{{editor content=data.contacts target="data.contacts" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="allies"> | ||
allies: | ||
Allies: | ||
{{{editor content=data.allies target="data.allies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="enemies"> | ||
enemies: | ||
Enemies: | ||
{{{editor content=data.enemies target="data.enemies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="description"> | ||
Description: | ||
{{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}} | ||
{{{editor content=data.bio target="data.bio" button=true owner=owner editable=editable}}} | ||
</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
Oops, something went wrong.