mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-01 11:31:03 -08:00
fix: secondary window too small, was in mobile mode
This commit is contained in:
parent
097ba5536c
commit
58f469d910
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const windowDimension: Record<WindowNames, { height?: number; width?: num
|
|||
height: 768,
|
||||
},
|
||||
[WindowNames.secondary]: {
|
||||
width: 600,
|
||||
width: 961,
|
||||
height: 768,
|
||||
},
|
||||
[WindowNames.any]: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue