From dba302f2626f68d3f032734525d2cbb3b60d23dd Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 23 Nov 2025 22:29:02 +0100 Subject: [PATCH] Fixed inputs not selectable by tab --- src/Views/Home/Inventory.cshtml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Views/Home/Inventory.cshtml b/src/Views/Home/Inventory.cshtml index 6732026..b644043 100644 --- a/src/Views/Home/Inventory.cshtml +++ b/src/Views/Home/Inventory.cshtml @@ -144,19 +144,19 @@
- +
- +
- +
- +

@@ -164,15 +164,15 @@

@T["Description"]

- +
- +
- +
${asset.Description?.Attributes ? ` @@ -182,8 +182,8 @@ ${Object.entries(asset.Description.Attributes) .map(([k,v]) => `
- : - + : +
`) .join('')} ` : ''} @@ -194,19 +194,19 @@

@T["Purchase Information"]

- +
- +
- +
- +
` : ''} `;