Skip to content

Commit

Permalink
Merge pull request #12853 from nesuprachy/Draci-doupe-II
Browse files Browse the repository at this point in the history
Draci doupe II – Another roll template bugfix
  • Loading branch information
NBrooks-Roll20 authored May 2, 2024
2 parents ca05cd7 + 6984bb5 commit bd99b65
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Draci doupe II/DrD2.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
background: var(--bg);
background-size: 100%;
/*
* https://wiki.roll20.net/Building_Character_Sheets#Other_Roll20-specific
* Sheet window default width is 900px, sheet is inside dialog window with padding 20px right 20px left
* calc() to center sheet
*/
https://wiki.roll20.net/Building_Character_Sheets#Other_Roll20-specific
Sheet window default width is 900px, sheet is inside dialog window with padding 20px right 20px left
calc() to center sheet
*/
width: calc(900px - 40px - 50px);
height: calc(1200px - 60px);
position: relative;
Expand Down Expand Up @@ -201,9 +201,9 @@ option {
}

/*
* Popup
* https://wiki.roll20.net/Character_Sheet_Enhancement#Popup
*/
Popup
https://wiki.roll20.net/Character_Sheet_Enhancement#Popup
*/
.overlay {
position: fixed;
top: 0;
Expand Down Expand Up @@ -389,9 +389,9 @@ option {
}

/*
* CSS Tooltips
* https://www.w3schools.com/css/css_tooltip.asp
*/
CSS Tooltips
https://www.w3schools.com/css/css_tooltip.asp
*/
.drd-hint {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -499,9 +499,9 @@ textarea[name="attr_org1_desc"] + .drd-hint .drd-hint-text {
}

/*
* GM whisper checkbox
* Hide actual checkbox
*/
GM whisper checkbox
Hide actual checkbox
*/
.ui-dialog .charsheet .drd-whisper {
opacity: 0;
width: 34px;
Expand Down

0 comments on commit bd99b65

Please sign in to comment.