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