add reusable babycode editor

This commit is contained in:
2025-05-24 02:45:54 +03:00
parent ec3f144b4e
commit 66318698e5
10 changed files with 116 additions and 33 deletions

View File

@ -397,8 +397,14 @@ input[type="text"], input[type="password"], textarea, select {
flex-direction: column;
align-items: baseline;
height: 100%;
&>textarea{
height: 100%;
}
}
.babycode-editor {
height: 150px;
}
ul {
margin: 10px 0 10px 30px;
padding: 0;
}