Skip to content

Commit 30212c0

Browse files
Peter vogelPeter vogel
authored andcommitted
feat: responsive layouts for phone and tablet
1 parent 4796e22 commit 30212c0

12 files changed

Lines changed: 1106 additions & 60 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"title": "CodexMonitor",
1717
"width": 1200,
1818
"height": 700,
19-
"minWidth": 1200,
20-
"minHeight": 700,
19+
"minWidth": 360,
20+
"minHeight": 600,
2121
"titleBarStyle": "Overlay",
2222
"hiddenTitle": true,
2323
"transparent": true,

0 commit comments

Comments
 (0)