fix autocomplete misalign, enable minimap, short padding for bottom

This commit is contained in:
Kyle Drake 2024-10-01 15:50:21 -05:00
parent 0daaf69e25
commit f29244bf20

View file

@ -28,7 +28,7 @@
line-height: normal;
vertical-align: middle;
padding: 0;
margin-bottom: 3px;
margin-bottom: 1px;
}
</style>
@ -210,10 +210,14 @@
wordWrap: 'on',
wrappingIndent: 'same',
tabSize: 2,
minimap: { enabled: false },
minimap: { enabled: true },
padding: {
bottom: 25
}
});
setTheme();
// Handle change event for unsaved changes
editor.onDidChangeModelContent(function() {
$('a#saveButton,a#saveAndExitButton').css('opacity', 1);