Skip to content

Commit

Permalink
Multiline comments breaking roll template fix
Browse files Browse the repository at this point in the history
bad multliline comments broke the roll template
  • Loading branch information
nesuprachy committed May 1, 2024
1 parent c4e2f0c commit 6984bb5
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 6984bb5

Please sign in to comment.