From ca00ddeb53002ca40bcad513d578a3e402360cc3 Mon Sep 17 00:00:00 2001 From: Vlad Gerasimov Date: Fri, 8 Aug 2025 17:51:57 +0400 Subject: [PATCH] fix(ui): reduce window height and tighten layout spacing --- src-tauri/tauri.conf.json | 4 ++-- src/App.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8867490..6a95c9d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,9 +15,9 @@ { "title": "Handy", "width": 540, - "height": 750, + "height": 720, "minWidth": 540, - "minHeight": 750, + "minHeight": 720, "resizable": true, "maximizable": false } diff --git a/src/App.tsx b/src/App.tsx index 73fe4c3..e62631c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -34,7 +34,7 @@ function App() { if (showOnboarding) { return (
-
+
@@ -45,7 +45,7 @@ function App() { return (
-
+