From 6984bb552059d0fcf6a00771f93b3b7adc21f47b Mon Sep 17 00:00:00 2001 From: nesuprachy <64099419+nesuprachy@users.noreply.github.com> Date: Wed, 1 May 2024 10:12:25 +0200 Subject: [PATCH] Multiline comments breaking roll template fix bad multliline comments broke the roll template --- Draci doupe II/DrD2.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Draci doupe II/DrD2.css b/Draci doupe II/DrD2.css index 49d5c1923f3d..d3c3ac5a5f62 100644 --- a/Draci doupe II/DrD2.css +++ b/Draci doupe II/DrD2.css @@ -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;