Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 156a8b2

Browse files
committed
chore: incrase default docs panel size
1 parent 90908e7 commit 156a8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useUiState = defineStore('ui', () => {
66

77
function getLayoutDefaults() {
88
return {
9-
panelDocs: 30,
9+
panelDocs: 40,
1010
panelEditor: 60,
1111
panelPreview: 40,
1212
panelFileTree: 0,

0 commit comments

Comments
 (0)