diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 85ac37d..277ba2c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,8 +15,8 @@ "title": "Lncvrt Games Launcher", "width": 1000, "height": 600, - "resizable": false, - "maximizable": false + "minWidth": 875, + "minHeight": 500 } ], "security": { diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 85ac37d..277ba2c 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -15,8 +15,8 @@ "title": "Lncvrt Games Launcher", "width": 1000, "height": 600, - "resizable": false, - "maximizable": false + "minWidth": 875, + "minHeight": 500 } ], "security": { diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 38b8273..484a581 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -16,8 +16,8 @@ "title": "Lncvrt Games Launcher", "width": 1000, "height": 600, - "resizable": false, - "maximizable": false, + "minWidth": 875, + "minHeight": 500, "titleBarStyle": "Overlay", "hiddenTitle": true } diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index d3ec79c..0e79f99 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -16,8 +16,8 @@ "title": "Lncvrt Games Launcher", "width": 1000, "height": 632, - "resizable": false, - "maximizable": false, + "minWidth": 875, + "minHeight": 500, "titleBarStyle": "Overlay", "hiddenTitle": true, "decorations": false, diff --git a/src/app/Globals.css b/src/app/Globals.css index 5a4a309..64c179b 100644 --- a/src/app/Globals.css +++ b/src/app/Globals.css @@ -111,7 +111,7 @@ body { } .popup-box { - @apply relative w-[60vw] h-[80vh] rounded-lg bg-(--col1) border border-(--col3) flex flex-col p-6; + @apply relative w-[600px] h-[480px] rounded-lg bg-(--col1) border border-(--col3) flex flex-col p-6; } .popup-content { diff --git a/src/app/Installs.css b/src/app/Installs.css index 2de6e53..ce93dbf 100644 --- a/src/app/Installs.css +++ b/src/app/Installs.css @@ -5,7 +5,7 @@ } .downloads-scroll { - @apply h-[515px] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; + @apply h-[calc(100vh-80px)] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; } .downloads-entry { diff --git a/src/app/componets/Sidebar.tsx b/src/app/componets/Sidebar.tsx index 2dc05c7..eb7a680 100644 --- a/src/app/componets/Sidebar.tsx +++ b/src/app/componets/Sidebar.tsx @@ -34,7 +34,7 @@ export default function Sidebar () { return (