Skip to content

Commit

Permalink
🐛 widgets creation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Oct 25, 2020
1 parent b804c93 commit 28f8f34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ProjectAliceSK/create/templates/widget.css.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.{{ widgetName }} {
width: 100%;
height: 100%;
background-color: white;
padding: 5px;
box-sizing: border-box;
}
}
4 changes: 2 additions & 2 deletions ProjectAliceSK/create/templates/widget.html.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="{{ widget }}" id="{{ widget }}">
<div class="widgetIcons">
<div class="widgetIcon">
<i class="fas fa-calendar-alt"></i>
<i class="fas fa-calendar-alt" aria-hidden="true"></i>
</div>
<div class="widgetIcon" id="widgetSettings_{{ widget }}">
<i class="fas fa-cog"></i>
<i class="fas fa-cog" aria-hidden="true"></i>
</div>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name='projectalice-sk',
author='ProjectAlice',
version='1.9.4',
version='1.9.5',
maintainer='Psychokiller1888',
maintainer_email='[email protected]',
description='Project Alice skill kit',
Expand Down

0 comments on commit 28f8f34

Please sign in to comment.