mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
better positioning of the recent notes dialog
This commit is contained in:
parent
5cb93509c1
commit
7bbfef7af3
@ -30,7 +30,8 @@ const recentNotes = (function() {
|
|||||||
$dialog.dialog({
|
$dialog.dialog({
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 100
|
height: 100,
|
||||||
|
position: { my: "center top+100", at: "top", of: window }
|
||||||
});
|
});
|
||||||
|
|
||||||
$searchInput.val('');
|
$searchInput.val('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user