Add file save

This commit is contained in:
2024-07-14 10:12:18 +09:30
parent 72f670adf4
commit f79df6ff27
6 changed files with 55 additions and 12 deletions

View File

@@ -5,15 +5,20 @@
}
pre,
div {
.editor-items {
flex: 1;
overflow: auto;
}
div {
.editor-items {
padding: 16px;
}
.actions {
flex: 0 0 auto;
}
.proto-title {
display: flex;
justify-content: space-between;
}