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