espace entre les objets de l'inventaire

master
Thomas Chazot 2 years ago
parent 970dd09b02
commit 61d18a04f7

@ -45,7 +45,4 @@
<DependentUpon>Pages.List.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Remove="Components\inventoryAction.razor" />
</ItemGroup>
</Project>

@ -1,6 +1,6 @@
.css-grid {
grid-template-columns: repeat(6,minmax(0,1fr));
gap: 10px;
gap: 75px;
display: grid;
width: 40%;
}

@ -45,7 +45,6 @@ namespace BlazorApp.Components
}
this.Item = Parent.CurrentDragItem;
Item tmp = Parent.RecipeItems[this.Index];
Parent.RecipeItems[this.Index] = this.Item;
}

Loading…
Cancel
Save