+
+
+
+ @for(int i = 0; i
+ }
+ else
+ {
+
+ }
+ }
+
+
+
+
Actions
+
+
+
+
+
+
+
-
diff --git a/Blazor/Blazor/Components/Inventory.razor.css b/Blazor/Blazor/Components/Inventory.razor.css
index 38c95cd..c496f69 100644
--- a/Blazor/Blazor/Components/Inventory.razor.css
+++ b/Blazor/Blazor/Components/Inventory.razor.css
@@ -1,8 +1,22 @@
-.css-grid {
- grid-template-columns: repeat(6,minmax(0,1fr));
+.inventory-list {
+ width: 40%;
+}
+
+.inventory {
+ width: 40%;
+}
+
+.css-grid {
+ grid-template-columns: repeat(6, minmax(0,1fr));
gap: 10px;
display: grid;
- width: 40%;
+}
+
+#master {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ width: 100%;
}
.actions {
diff --git a/Blazor/Blazor/Components/InventoryList.razor b/Blazor/Blazor/Components/InventoryList.razor
index 785d700..e111adb 100644
--- a/Blazor/Blazor/Components/InventoryList.razor
+++ b/Blazor/Blazor/Components/InventoryList.razor
@@ -1,5 +1,4 @@
@using Blazor.Models
-
Inventory Item List
Counter
+Inventory
Inventory
-
+