mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
jump to note: Improve position of close button
This commit is contained in:
parent
8c247ba7c6
commit
c6e8966ecd
@ -8,11 +8,9 @@ const TPL = `<div class="jump-to-note-dialog modal mx-auto" tabindex="-1" role="
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<div class="form-group" style="flex-grow: 1;">
|
||||
<div class="input-group">
|
||||
<input class="jump-to-note-autocomplete form-control" placeholder="search for note by its name">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
|
@ -1075,6 +1075,11 @@ textarea {
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.jump-to-note-dialog .modal-header {
|
||||
align-items: center;
|
||||
padding-bottom: 1rem !important;
|
||||
}
|
||||
|
||||
.jump-to-note-dialog .modal-body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user