mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-15 09:19:56 -06:00
better positioning of the recent notes dialog
This commit is contained in:
@@ -30,7 +30,8 @@ const recentNotes = (function() {
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 100
|
||||
height: 100,
|
||||
position: { my: "center top+100", at: "top", of: window }
|
||||
});
|
||||
|
||||
$searchInput.val('');
|
||||
|
||||
Reference in New Issue
Block a user