mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
making dialogs wider to accompany deeper hierarchies. Recent changes now display full path of the note
This commit is contained in:
@@ -17,7 +17,7 @@ function showRecentNotes() {
|
||||
|
||||
$("#recent-notes-dialog").dialog({
|
||||
modal: true,
|
||||
width: 500
|
||||
width: 800
|
||||
});
|
||||
|
||||
let recentNotesSelectBox = $('#recent-notes-select-box');
|
||||
|
||||
Reference in New Issue
Block a user