Skip to content

Commit

Permalink
11.14 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ironmonk88 committed Feb 11, 2024
1 parent cce1022 commit 3935af9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 11.14

Fixing spacing issues

## Version 11.12

Fixed issue with ' being used in the flavour text was breaking saved macros
Expand Down
2 changes: 1 addition & 1 deletion css/tokenbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ body #tokenbar-window:first-child{
.monks-tokenbar .sheet.actor .inventory-list .roll-controls {
justify-content: flex-end;
position: relative;
flex-grow: 0;
flex: 0 0 87;
}

.monks-tokenbar .sheet.actor .inventory-list .roll-controls .reroll {
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Monk's TokenBar",
"description": "Add a bar with all the current player tokens. Limit movement, roll saving throws, assign XP.",
"version": "11.12",
"version": "11.14",
"authors": [
{
"name": "IronMonk",
Expand Down Expand Up @@ -77,7 +77,7 @@
"css/tokenbar.css"
],
"url": "https://github.com/ironmonk88/monks-tokenbar",
"download": "https://github.com/ironmonk88/monks-tokenbar/archive/11.12.zip",
"download": "https://github.com/ironmonk88/monks-tokenbar/archive/11.14.zip",
"manifest": "https://github.com/ironmonk88/monks-tokenbar/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-tokenbar/issues",
"allowBugReporter": true,
Expand Down

0 comments on commit 3935af9

Please sign in to comment.