Added n -> m relation support

This commit is contained in:
2025-01-17 16:58:36 +01:00
parent e9f686cf19
commit 4f68fc578f
16 changed files with 195 additions and 79 deletions

View File

@@ -21,6 +21,18 @@
padding: 0.5rem 1.5rem;
}
.hopframe-listview {
background: padding-box linear-gradient(var(--neutral-fill-input-rest), var(--neutral-fill-input-rest)), border-box var(--neutral-stroke-input-rest);
border: calc(var(--stroke-width) * 1px) solid transparent;
border-radius: calc(var(--control-corner-radius) * 1px);
padding: 0 calc(var(--design-unit) * 2px + 1px);
margin-bottom: 4px;
display: flex;
align-items: center;
width: 100%;
height: 32px;
}
.hopframe-content .empty-content-row.empty-content-cell {
border: none !important;
}