diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5fad84b..0d8548d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,11 +14,11 @@ { "label": "main", "title": "Claude Usage", - "width": 280, - "height": 360, - "minWidth": 280, - "minHeight": 360, - "resizable": false, + "width": 300, + "height": 320, + "minWidth": 220, + "minHeight": 240, + "resizable": true, "decorations": false, "transparent": true, "alwaysOnTop": true, diff --git a/src/components/App.svelte b/src/components/App.svelte index eb29d45..3420b8b 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -92,11 +92,10 @@ diff --git a/src/components/BlockRing.svelte b/src/components/BlockRing.svelte index 8351ce6..26e02f2 100644 --- a/src/components/BlockRing.svelte +++ b/src/components/BlockRing.svelte @@ -1,8 +1,8 @@