mirror of
https://github.com/zadam/trilium.git
synced 2026-03-17 01:20:30 +01:00
chore(mermaid): add rounded corners to code editor
This commit is contained in:
@@ -23,8 +23,13 @@
|
||||
contain: size !important;
|
||||
}
|
||||
|
||||
.note-detail-split .note-detail-code-editor .cm-editor {
|
||||
margin: 0 !important;
|
||||
.note-detail-split .note-detail-code-editor {
|
||||
border-radius: 6px;
|
||||
margin-top: 1px;
|
||||
|
||||
.cm-editor {
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.note-detail-split .note-detail-error-container {
|
||||
|
||||
Reference in New Issue
Block a user