chore(mermaid): rounded corners for editor only on desktop

This commit is contained in:
Elian Doran 2026-03-14 10:25:59 +02:00
parent a6b89cfa30
commit 2c6bdc79af
No known key found for this signature in database

View File

@ -23,13 +23,13 @@
contain: size !important;
}
.note-detail-split .note-detail-code-editor {
.note-detail-split .note-detail-code-editor .cm-editor {
margin: 0 !important;
}
body.desktop .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 {