Add map field, refine directory structure

This commit is contained in:
2024-07-06 12:29:28 +09:30
parent 1a59b24f60
commit 99bc6c069b
11 changed files with 187 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
:host {
display: flex;
flex-direction: column;
}
.row-wrapper {
display: flex;
align-items: baseline;
}
app-proto-field {
flex: 1;
}
.add-button {
align-self: flex-end;
}