diff --git a/plugins/decky-vault/src/components/LibraryAppPanel.tsx b/plugins/decky-vault/src/components/LibraryAppPanel.tsx index 991661f..98fe334 100644 --- a/plugins/decky-vault/src/components/LibraryAppPanel.tsx +++ b/plugins/decky-vault/src/components/LibraryAppPanel.tsx @@ -130,10 +130,12 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }: {detectedSlug ? detectedSlug : ⚠ global} - {/* View Details — compact gamepad button */} - openExternalUrl(gameUrl)} style={{ flexShrink: 0, whiteSpace: "nowrap" }}> - View Details - + {/* View Details — constrained width */} +
+ openExternalUrl(gameUrl)}> + View Details + +
)