style(code): improve margins for preview

This commit is contained in:
Elian Doran 2025-05-11 23:15:19 +03:00
parent 81a7133ab1
commit 21a72ab265
No known key found for this signature in database

View File

@ -92,13 +92,15 @@ const TPL = /*html*/`\
</div> </div>
</div> </div>
<div class="form-group row"> <div class="note-detail-readonly-code-content">
<pre class="note-detail-readonly-code-content">
</pre>
</div> </div>
<style> <style>
.note-detail-readonly-code-content .cm-editor { .options-section .note-detail-readonly-code-content {
margin: 0;
}
.options-section .note-detail-readonly-code-content .cm-editor {
height: 200px; height: 200px;
} }
</style> </style>