mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
feat(popup_editor): seamless mermaid code editor
This commit is contained in:
parent
c49c5fd58c
commit
2158f69c09
@ -7,7 +7,7 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
|
||||
max-width: 75vw;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog {
|
||||
.modal.popup-editor-dialog .modal-dialog {
|
||||
border-bottom-left-radius: var(--bs-modal-border-radius);
|
||||
border-bottom-right-radius: var(--bs-modal-border-radius);
|
||||
overflow: hidden;
|
||||
@ -74,7 +74,7 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-code .note-detail-code-editor {
|
||||
.modal.popup-editor-dialog .note-detail-code-editor {
|
||||
padding: 0;
|
||||
|
||||
& .cm-editor {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user