mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
style(next)/jump to note: tweak the modal's padding
This commit is contained in:
parent
7f87318f8f
commit
2031882c0d
1 changed files with 3 additions and 1 deletions
|
|
@ -1406,9 +1406,11 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||
}
|
||||
|
||||
.jump-to-note-dialog .modal-content {
|
||||
--bs-modal-header-padding-x: 0;
|
||||
|
||||
box-shadow: 0 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
|
||||
border: 1px solid var(--dropdown-border-color);
|
||||
padding: 32px;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue