+
+
diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 64b7b26..553aa82 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -279,7 +279,7 @@ pub fn run() { #[allow(unused_variables)] let win_builder = WebviewWindowBuilder::new(app, "main", WebviewUrl::default()) .title("Donut Browser") - .inner_size(900.0, 600.0) + .inner_size(800.0, 500.0) .resizable(false) .fullscreen(false) .center() diff --git a/src/app/page.tsx b/src/app/page.tsx index 23b791e..cced5f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -694,8 +694,8 @@ export default function Home() { const isLoading = profilesLoading || groupsLoading || proxiesLoading; return ( -