Multiline comments breaking roll template fix

bad multliline comments broke the roll template
This commit is contained in:
nesuprachy
2024-05-01 10:12:25 +02:00
parent c4e2f0c187
commit 6984bb5520
+13 -13
View File
@@ -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;
@@ -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;
@@ -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;
@@ -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;