chore(markdown): improve code margins when scrolling

This commit is contained in:
Elian Doran
2026-04-17 07:09:36 +03:00
parent 438442345e
commit e943891e2f

View File

@@ -1,6 +1,10 @@
.note-detail-markdown {
.note-detail-code-editor .cm-editor {
padding-block: 0.25em;
.note-detail-code-editor {
margin-top: 0 !important;
.cm-editor .cm-scroller {
padding-block: 0.25em;
}
}
.markdown-preview {