mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix autocomplete misalign, enable minimap, short padding for bottom
This commit is contained in:
parent
0daaf69e25
commit
f29244bf20
1 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue