Update item with js expanded function

This commit is contained in:
Mandar
2020-12-24 20:02:54 +01:00
parent ac0f3f7e85
commit 897eca7abb
14 changed files with 75 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
<li class="item flexcol">
<li class="item flexcol toggle-on-click" data-toggle="item-description">
<ul class="item-header item-control">
<li class="item-img"><img src="{{item.img}}" title="{{item.name}}" width="32px" height="32px"/></li>
<li class="item-name">{{ item.name }} <sub>x{{ item.data.quantity }}</sub></li>
@@ -12,5 +12,5 @@
<li>{{{ property.name }}}</li>
{{/each}}
</ul>
<p class="item-description">{{{ item.data.description }}}</p>
<div class="item-description">{{{ item.data.description }}}</div>
</li>