diff --git a/plugins/decky-vault/src/components/LibraryAppPanel.tsx b/plugins/decky-vault/src/components/LibraryAppPanel.tsx index 4f34272..864ebe2 100644 --- a/plugins/decky-vault/src/components/LibraryAppPanel.tsx +++ b/plugins/decky-vault/src/components/LibraryAppPanel.tsx @@ -109,8 +109,11 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }: } return ( - -
+ <> + +
{/* Stats */} {data.estFps ? ( @@ -130,13 +133,11 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }: {detectedSlug ? detectedSlug : ⚠ global} - {/* View Details — compact, gamepad-navigable, constrained */} -
- openExternalUrl(gameUrl)}> - View Details - -
+ {/* View Details — gamepad-navigable, CSS-constrained width */} + openExternalUrl(gameUrl)}> + View Details +
- + ) } \ No newline at end of file