From 28f8f34e7e04e2477cc470a0119443ee637a348c Mon Sep 17 00:00:00 2001 From: Psychokiller1888 Date: Sun, 25 Oct 2020 06:29:38 +0100 Subject: [PATCH] :bug: widgets creation fix --- ProjectAliceSK/create/templates/widget.css.j2 | 3 +-- ProjectAliceSK/create/templates/widget.html.j2 | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ProjectAliceSK/create/templates/widget.css.j2 b/ProjectAliceSK/create/templates/widget.css.j2 index 1ab91fe..b1d97c9 100644 --- a/ProjectAliceSK/create/templates/widget.css.j2 +++ b/ProjectAliceSK/create/templates/widget.css.j2 @@ -1,7 +1,6 @@ .{{ widgetName }} { width: 100%; height: 100%; - background-color: white; padding: 5px; box-sizing: border-box; -} \ No newline at end of file +} diff --git a/ProjectAliceSK/create/templates/widget.html.j2 b/ProjectAliceSK/create/templates/widget.html.j2 index 693f45c..8e6a63e 100644 --- a/ProjectAliceSK/create/templates/widget.html.j2 +++ b/ProjectAliceSK/create/templates/widget.html.j2 @@ -1,10 +1,10 @@
- +
- +
diff --git a/setup.py b/setup.py index a7e8f63..d09f814 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='projectalice-sk', author='ProjectAlice', - version='1.9.4', + version='1.9.5', maintainer='Psychokiller1888', maintainer_email='laurentchervet@bluewin.ch', description='Project Alice skill kit',