mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
share dialog styling improvements
This commit is contained in:
@@ -434,7 +434,8 @@ View.prototype = {
|
||||
|
||||
shareOptions.show();
|
||||
var modalNote = $('.note-active');
|
||||
modalNote.outerHeight(modalNote.outerHeight(true) + shareOptions.outerHeight(true));
|
||||
var startHeight = modalNote.outerHeight(true);
|
||||
modalNote.outerHeight(startHeight + shareOptions.outerHeight(true));
|
||||
sear.on('input', function() {
|
||||
var val = $(this).val().toLowerCase().trim();
|
||||
var lis = neg.children();
|
||||
@@ -449,6 +450,7 @@ View.prototype = {
|
||||
}
|
||||
}
|
||||
}
|
||||
modalNote.outerHeight(startHeight + shareOptions.outerHeight(true));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user