Skip to content

Commit

Permalink
set dice height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Dec 5, 2024
1 parent 526eec2 commit d6b6cdc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Forbidden_Lands/Forbidden_Lands.css
Original file line number Diff line number Diff line change
Expand Up @@ -2888,12 +2888,12 @@ button.torches:hover::after {
background-color: transparent !important;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Forbidden_Lands/images/FBL_skull.png");
background-repeat: no-repeat;
height: 8em;
margin: 6.5em 0 0 -1.5em;
height: 11em;
margin: 8.5em 0 0 -2.5em;
pointer-events: none;
position: absolute;
transform: rotate(-37deg);
width: 10em;
width: 12.5em;
background-size: contain;
}

Expand Down Expand Up @@ -6130,7 +6130,6 @@ span.willpower-box3 {
font-size: 0.85em;
}

/* add drop shadow to dice */
.sheet-rolltemplate-forbiddenlands .sheet-template-white-dice,
.sheet-rolltemplate-forbiddenlands .sheet-template-maroon-dice,
.sheet-rolltemplate-forbiddenlands .sheet-template-black-dice,
Expand All @@ -6144,7 +6143,9 @@ span.willpower-box3 {
font-size: 1.1em;
margin: 2px;
padding: 3px;
width: 28px;
width: 30px;
height: 30px;
align-self: center;
z-index: 1;
}

Expand Down

0 comments on commit d6b6cdc

Please sign in to comment.