Remplacer simpleMDE par un éditeur maison #110

Merged
Darks merged 34 commits from new_editor into dev 2022-12-18 00:08:52 +01:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 46106d69c9 - Show all commits

View File

@ -33,6 +33,11 @@
.editor textarea {
min-height: 15rem;
}
.editor #editor_content_preview {
margin: 5px;
margin-top: 10px;
border: var(--border);
}
.separator {
display: inline-block;
width: 0;

View File

@ -41,6 +41,12 @@
textarea {
min-height: 15rem;
}
#editor_content_preview {
margin: 5px;
margin-top: 10px;
border: var(--border);
}
}
// From gitea