mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Multiline comments breaking roll template fix
bad multliline comments broke the roll template
This commit is contained in:
+13
-13
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user