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: Alpha0.6.21 visual adjustments (xdy#131)
* Update package-lock.json * fix: Visual CSS fixes and uniformity, see notes * fix: v0.6.21 Visual fixes, Info Tab adjustments Co-authored-by: UltraKev <[email protected]>
- Loading branch information
Showing
4 changed files
with
81 additions
and
67 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,28 +1,22 @@ | ||
<div class="info-container"> | ||
<div class="puller"></div> | ||
<div class="char-description"> | ||
<span class="item-title">{{localize "TWODSIX.Actor.Info.DESCRIPTION"}}</span> | ||
<div contenteditable="true" data-edit="data.description">{{{data.description}}}</div> | ||
|
||
</div> | ||
<div class="char-contacts"> | ||
<span class="item-title">{{localize "TWODSIX.Actor.Info.CONTACTS"}}</span> | ||
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.CONTACTS"}}</span> | ||
<div contenteditable="true" data-edit="data.contacts">{{{data.contacts}}}</div> | ||
|
||
</div> | ||
<div class="char-allies"> | ||
<span class="item-title">{{localize "TWODSIX.Actor.Info.ALLIES"}}</span> | ||
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.ALLIES"}}</span> | ||
<div contenteditable="true" data-edit="data.allies">{{{data.allies}}}</div> | ||
|
||
</div> | ||
<div class="char-enemies"> | ||
<span class="item-title">{{localize "TWODSIX.Actor.Info.ENEMIES"}}</span> | ||
<span class="item-title-short">{{localize "TWODSIX.Actor.Info.ENEMIES"}}</span> | ||
<div contenteditable="true" data-edit="data.enemies">{{{data.enemies}}}</div> | ||
|
||
</div> | ||
<div class="char-bio"> | ||
<span class="item-title">{{localize "TWODSIX.Actor.Info.BIOGRAPHY"}}</span> | ||
<div contenteditable="true" data-edit="data.bio">{{{data.bio}}}</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