Make application shell components package-native

This commit is contained in:
DCCONSTRUCTIONS
2026-07-10 12:41:12 +03:00
parent 9261d3af36
commit ebae662b52
52 changed files with 1036 additions and 185 deletions
+2 -22
View File
@@ -28,26 +28,6 @@ textarea {
min-height: 100vh;
}
.catalog-header-nav {
display: inline-flex;
min-height: var(--nodedc-header-pill-height);
align-items: center;
border-radius: var(--nodedc-radius-circle);
background: var(--nodedc-glass-panel-bg-soft);
padding: 0.32rem;
box-shadow: var(--nodedc-glass-control-shadow);
}
.catalog-header-nav .nodedc-header__nav-item {
min-width: 8.5rem;
}
.catalog-header-workspace img {
width: 1.75rem;
height: 1.75rem;
object-fit: contain;
}
[data-nodedc-theme="light"] .catalog-app .nodedc-header__brand img,
[data-nodedc-theme="light"] .catalog-app .nodedc-header__workspace img {
filter: brightness(0.12);
@@ -413,11 +393,11 @@ textarea {
display: none;
}
.catalog-header-nav {
.catalog-app .nodedc-header-navigation {
width: 100%;
}
.catalog-header-nav .nodedc-header__nav-item {
.catalog-app .nodedc-header-navigation .nodedc-header__nav-item {
width: 100%;
}