From c8cc9d6c822302f530e29f3f3d2fe41917f6b8f2 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 29 Sep 2022 13:10:41 +0200 Subject: [PATCH] Fix #75 Token drag&drop --- styles/simple.css | 6 ++++++ templates/item-power-sheet.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/simple.css b/styles/simple.css index 09bf718..ad03f50 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -293,6 +293,12 @@ table {border: 1px solid #7a7971;} padding: 0 3px; } +.long-editor{ + border: 2; + height: 400px; + padding: 0 3px; +} + .medium-editor { border: 2; height: 240px; diff --git a/templates/item-power-sheet.html b/templates/item-power-sheet.html index f9f9640..c057a78 100644 --- a/templates/item-power-sheet.html +++ b/templates/item-power-sheet.html @@ -17,7 +17,7 @@ {{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner editable=editable}} -
+
{{editor description target="system.description" button=true owner=owner editable=editable}}