diff --git a/src/app/Installs.css b/src/app/Installs.css index 2deb4ee..9b138a4 100644 --- a/src/app/Installs.css +++ b/src/app/Installs.css @@ -5,7 +5,7 @@ } .downloads-scroll { - @apply h-[calc(100vh-84px)] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; + @apply bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; } .downloads-entry { diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 6885517..f52d77a 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -6,6 +6,7 @@ import { format } from 'date-fns' import { invoke } from '@tauri-apps/api/core' import { useGlobal } from '../GlobalProvider' import { useSearchParams } from 'next/navigation' +import { platform } from '@tauri-apps/plugin-os' export default function Installs () { const { @@ -48,7 +49,11 @@ export default function Installs () {