Skip to content

Commit

Permalink
Merge pull request #13687 from vince-roll20/AD&D1e_overlap_fix
Browse files Browse the repository at this point in the history
AD&D1e - bugfix
  • Loading branch information
nmbradley authored Jan 16, 2025
2 parents 41e6fb2 + 2021e22 commit 8cafb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ADnD_1E_Revised/1ESheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ section.npc-box.statblock3 .image-avatar {
grid-row-start: 2;
grid-template-columns: 1fr 1.5fr auto;
justify-items: center;
position: relative;
}

.charsheet .heading-box {
Expand All @@ -1449,6 +1450,7 @@ section.npc-box.statblock3 .image-avatar {
min-width: 18em;
padding: 0 5px 5px 0;
row-gap: 3px;
z-index: 1;
}

.charsheet .logo-box {
Expand All @@ -1461,6 +1463,7 @@ section.npc-box.statblock3 .image-avatar {
max-width: 30em;
min-width: 280px;
width: 100%;
z-index: 1;
}

.charsheet .logo-box .two-columns {
Expand Down
1 change: 1 addition & 0 deletions ADnD_1E_Revised/1ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h5 class="right two-columns">
<span class="right"> • 1/16/25'</span>
</h5>
<ul>
<li>Fixed a z-index bug where the sheet's portrait could overlap other header areas preventing input/access. This only happens if the use URL option is chosen in the sheet settings but no URL is provided.</li>
<li>Small adjustment to the roll template header and subheader padding.</li>
<li>Changed the attack template font style to be the same as the general template.</li>
<li><code>{{bigtext1}}</code> keys expanded to 12 rows to allow 6 grey(odd) and 6 white(odd) rows for custom macros.</li>
Expand Down

0 comments on commit 8cafb62

Please sign in to comment.