From eca44f6e857b6470c2afcfcf1c2e8c95fddaab1e Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 2 Nov 2025 22:19:07 +0100 Subject: [PATCH] Fixed inventory detail view accessibility issues --- src/Views/Home/Inventory.cshtml | 48 ++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Views/Home/Inventory.cshtml b/src/Views/Home/Inventory.cshtml index 77e0018..c057e2c 100644 --- a/src/Views/Home/Inventory.cshtml +++ b/src/Views/Home/Inventory.cshtml @@ -143,36 +143,36 @@
- - + +
- - + +
- - + +
- - + +

@T["Description"]
- - + +
- - + +
- - + +
${asset.Description?.Attributes ? ` @@ -182,8 +182,8 @@ ${Object.entries(asset.Description.Attributes) .map(([k,v]) => `
- : - + : +
`) .join('')} ` : ''} @@ -193,20 +193,20 @@
@T["Purchase Information"]
- - + +
- - + +
- - + +
- - + +
` : ''} `;