Skip to content

Commit

Permalink
Css didn't compile. FML.
Browse files Browse the repository at this point in the history
  • Loading branch information
WBHarry committed Aug 17, 2024
1 parent db2ebd2 commit d6a96fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "pf2e-bestiary-tracking",
"title": "PF2E Bestiary Tracking",
"description": "A module to track known information about enemies for players in a bestiary.",
"version": "0.8.7.1",
"version": "0.8.7.2",
"authors": [
{
"name": "HarryBoy"
Expand Down
6 changes: 3 additions & 3 deletions styles/pf2e-bestiary-tracking.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@
.bestiary-tracking.bestiary .monster-container .right-monster-container .monster-name-container .monster-return-icon {
cursor: pointer;
position: absolute;
left: 9px;
top: 40px;
font-size: 30px;
right: 9px;
top: 38px;
font-size: 24px;
}
.bestiary-tracking.bestiary .monster-container .right-monster-container .monster-name-container .monster-return-icon:hover {
filter: drop-shadow(0 0 3px red);
Expand Down

0 comments on commit d6a96fe

Please sign in to comment.