feat(code-editor): increase top padding in code editor options for improved layout

This commit is contained in:
cfngc4594 2025-02-21 00:56:41 +08:00
parent 051868cb65
commit 89512c8e6a

View File

@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
enabled: false enabled: false
}, },
padding: { padding: {
top: 8 top: 56
}, },
readOnly: false, readOnly: false,
scrollbar: { scrollbar: {