feat(foundry): add composable subject detail profiles

This commit is contained in:
Codex
2026-07-22 19:06:33 +03:00
parent dd2febe7cf
commit dc82ae4c07
21 changed files with 1007 additions and 140 deletions
+29
View File
@@ -823,6 +823,35 @@ textarea {
padding-bottom: 0.2rem;
}
.catalog-map-subject-card__tabs {
overflow-x: auto;
padding: 0.08rem 0 0.12rem;
scrollbar-width: thin;
}
.catalog-map-subject-card__tabs .nodedc-segmented {
width: max-content;
min-width: 100%;
}
.catalog-map-subject-card__tabs .nodedc-segmented__item {
white-space: nowrap;
}
.catalog-map-subject-card__tab-panel {
display: grid;
gap: 0.65rem;
}
.catalog-map-subject-card__empty {
border-radius: var(--nodedc-radius-control);
background: rgba(255, 255, 255, 0.34);
padding: 0.9rem;
color: var(--nodedc-text-muted);
font-size: var(--nodedc-font-size-xs);
line-height: 1.45;
}
.catalog-map-subject-card__section {
display: grid;
gap: 0.36rem;