From 5c02d8f9faf59979af389d1e475582438a8499a0 Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Fri, 22 May 2020 18:44:16 -0500 Subject: [PATCH] Modify Roll20 sheet for spell text area --- roll20/char_sheet.css | 7 +++++++ roll20/char_sheet.html | 14 +++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/roll20/char_sheet.css b/roll20/char_sheet.css index 13acece..f227587 100644 --- a/roll20/char_sheet.css +++ b/roll20/char_sheet.css @@ -357,3 +357,10 @@ div.sheet-npc { display: none; } /*input.sheet-block-switch { display: none; };*/ input.sheet-block-switch:checked ~ div.sheet-main { display: none; } input.sheet-block-switch:checked ~ div.sheet-npc { display: grid; } + +textarea.sheet-txtarea { + height: 24px; + margin: 0; + padding: 0; + text-align: left; +} diff --git a/roll20/char_sheet.html b/roll20/char_sheet.html index c44ad47..f8d3199 100644 --- a/roll20/char_sheet.html +++ b/roll20/char_sheet.html @@ -306,12 +306,24 @@

Spellbook

Spell NameLevelEffectDamage +
-
+
+ +