chore(mermaid): add rounded corners to code editor

This commit is contained in:
Elian Doran
2026-03-14 09:44:06 +02:00
parent b9a8e4e4ba
commit aba6750c18

View File

@@ -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 {