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