diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d922934..752e50d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -39,8 +39,10 @@ "windows": [ { "title": "Nuxtor", - "width": 1280, - "height": 720, + "width": 1366, + "height": 768, + "minWidth": 375, + "minHeight": 812, "resizable": true, "fullscreen": false }