Skip to content

Commit 33338bd

Browse files
authored
fix
1 parent f24fc5d commit 33338bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/composables/useSettings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface AppSettings {
3939
autoOpenURL: boolean
4040
}
4141
/** Container width on code page */
42-
codeContainerFull: true
42+
codeContainerFull: boolean
4343
sidebar: {
4444
collapsed: string[]
4545
}
@@ -65,7 +65,7 @@ const DEFAULT_SETTINGS: AppSettings = {
6565
connector: {
6666
autoOpenURL: false,
6767
},
68-
codeContainerFull: false,
68+
codeContainerFull: true,
6969
sidebar: {
7070
collapsed: [],
7171
},

0 commit comments

Comments
 (0)