Added wysiwyg markdown editor

This commit is contained in:
2021-01-04 20:27:13 +01:00
parent 46aacf2aaa
commit 3b6cbc143f
6 changed files with 58 additions and 27 deletions

View File

@@ -66,15 +66,18 @@ li::before {
section {
grid-area: section;
margin: 1em 2em;
display: grid;
overflow-y: hidden;
}
#editText {
display: none;
grid-template-columns: auto;
grid-template-rows: auto min-content;
row-gap: 2em;
grid-template-rows: min-content auto min-content min-content;
overflow-y: auto;
height: 100%;
}
textarea {
width: 100%;
height: 100%;
resize: none;
}
@@ -122,6 +125,7 @@ sub {
display: none;
justify-items: center;
align-items: center;
z-index: 5;
}
.settings {
@@ -130,6 +134,7 @@ sub {
height: 30vh;
padding: 1.5em;
border: 5px solid #c3c3c3;
z-index: 10;
}
form {