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> <DependentUpon>Pages.List.resx</DependentUpon>
</Compile> </Compile>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Remove="Components\inventoryAction.razor" />
</ItemGroup>
</Project> </Project>

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

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

Loading…
Cancel
Save