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 4 additions and 4 deletions
Showing only changes of commit 786f940f21 - Show all commits

View File

@ -1,7 +1,7 @@
.editor .btn-group {
display: flex;
justify-content: space-between;
margin: 0 0 8px 0;
flex-wrap: wrap;
}
.editor .btn-group .filler {
flex-grow: 1;
@ -25,7 +25,7 @@
}
.editor .btn-group button,
.editor .btn-group .separator {
margin: 0 8px 0 0;
margin: 0 8px 8px 0;
}
.editor textarea {
min-height: 15rem;

View File

@ -4,7 +4,7 @@
.btn-group {
display: flex;
justify-content: space-between;
margin: 0 0 8px 0;
flex-wrap: wrap;
.filler {
flex-grow: 1;
@ -31,7 +31,7 @@
}
button, .separator {
margin: 0 8px 0 0;
margin: 0 8px 8px 0;
}
}