Add the tittle My Inventory
continuous-integration/drone/push Build is failing Details

Projet
Dorian HODIN 2 years ago
parent c4b9c62cb9
commit 90cd231888

Binary file not shown.

@ -1,6 +1,7 @@
<CascadingValue Value="@this">
<div><h1>@Localizer["Inventory"]</h1></div>
<div class="css-recipe">
@for(int i = 0; i<Models.InventoryList.Size;i++)
@for (int i = 0; i < Models.InventoryList.Size; i++)
{
<ItemInventory items="@inventory.inventoryItems[i]" Index="@i"/>
}

@ -1,5 +1,5 @@
.item {
margin: 8% 8% 8% 8%;
margin: 5% 5% 5% 5%;
width: 100px;
height: 100px;
border: 1px solid;

Loading…
Cancel
Save