feat: Add data mapping options and improve layout in BlockEditor

This commit is contained in:
Nalvazhuthi
2025-12-16 13:02:15 +05:30
parent a771f34b04
commit a06768e0f2
2 changed files with 112 additions and 45 deletions

View File

@@ -318,8 +318,8 @@
min-width: 280px;
height: fit-content;
min-width: 320px;
min-height: 70vh;
padding: 20px 8px;
min-height: 60vh;
padding: 12px;
// h4 {
// color: #4caf50;
// }
@@ -402,12 +402,23 @@
.datas {
width: 100%;
display: flex;
align-items: center;
padding: 6px 12px;
.datas__label,
.datas__class {
flex: 1;
}
.datas__label {
flex: 0.8;
}
.datas__class {
display: flex;
align-items: center;
gap: 4px;
}
}
.add-field {
@@ -746,7 +757,7 @@
justify-content: space-between;
align-items: center;
.data-section-count{
.data-section-count {
font-size: 10px;
}
}