UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: расширенный home layout и аналитические панели

This commit is contained in:
DCCONSTRUCTIONS
2026-04-30 23:34:34 +03:00
parent d28f83fe5e
commit 7ff7d83b07
39 changed files with 2064 additions and 428 deletions
+812 -15
View File
@@ -450,6 +450,29 @@
overflow: hidden;
}
.nodedc-app-header-expanded {
right: auto !important;
bottom: 0;
height: 0;
pointer-events: none;
}
.nodedc-app-header-expanded .nodedc-bottom-dock {
display: none !important;
}
.nodedc-app-header-expanded .nodedc-bottom-dock > [class~="w-full"] {
width: auto !important;
}
.nodedc-app-header-expanded .nodedc-bottom-dock-left {
max-width: min(31rem, 48vw) !important;
}
.nodedc-app-header-expanded .nodedc-bottom-dock-voice-slot {
display: none !important;
}
.nodedc-glass-modal [data-slot="button"],
.nodedc-glass-modal [data-slot="icon-button"] {
border: none !important;
@@ -754,6 +777,516 @@
color: rgb(var(--nodedc-on-accent-rgb));
}
.nodedc-expanded-toolbar {
display: flex;
min-height: 4.25rem;
width: 100%;
flex-direction: column;
gap: 0;
}
.nodedc-expanded-toolbar-top {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
min-height: 3rem;
width: 100%;
align-items: center;
gap: 1rem;
}
.nodedc-expanded-toolbar-left,
.nodedc-expanded-toolbar-center,
.nodedc-expanded-toolbar-right {
display: flex;
align-items: center;
gap: 0.75rem;
min-width: 0;
}
.nodedc-expanded-toolbar-left {
justify-content: flex-start;
}
.nodedc-expanded-toolbar-center {
justify-content: center;
}
.nodedc-expanded-toolbar-right {
justify-content: flex-end;
}
.nodedc-expanded-brand-logo {
display: block;
width: 7.25rem;
height: auto;
max-height: 2.2rem;
object-fit: contain;
}
.nodedc-expanded-user-group {
display: inline-flex;
height: 3.45rem;
min-height: 3.45rem;
align-items: center;
gap: 0.22rem;
border-radius: 999px;
background: rgba(64, 64, 64, 0.48);
padding: 0.32rem;
}
.nodedc-expanded-user-group .nodedc-expanded-nav-button {
min-height: 2.78rem;
padding-inline: 1.2rem;
}
.nodedc-expanded-user-group .nodedc-expanded-nav-button:not([data-active="true"]) {
color: rgba(255, 255, 255, 0.68);
}
.nodedc-expanded-nav-group {
display: inline-flex;
min-height: 3.45rem;
align-items: center;
gap: 0.18rem;
border: 0 !important;
border-radius: 999px;
background: rgba(64, 64, 64, 0.48);
padding: 0.32rem;
box-shadow: none !important;
}
.nodedc-expanded-toolbar-tools-row {
position: relative;
display: flex;
width: 100%;
min-height: 0;
align-items: center;
justify-content: flex-start;
gap: 0.45rem;
margin: 0;
}
.nodedc-expanded-main-tool-cluster,
.nodedc-expanded-action-tool-cluster {
position: fixed;
z-index: 80;
display: inline-flex;
min-height: 3rem;
align-items: center;
gap: 0.45rem;
min-width: 0;
pointer-events: auto;
}
.nodedc-expanded-main-tool-cluster {
left: 50%;
bottom: 1.1rem;
transform: translateX(-50%);
}
.nodedc-expanded-action-tool-cluster {
right: 2.75rem;
bottom: 1.1rem;
}
.nodedc-expanded-main-tool-cluster:empty,
.nodedc-expanded-action-tool-cluster:empty {
display: none;
}
.nodedc-expanded-nav-button {
display: inline-flex !important;
align-items: center;
justify-content: center;
gap: 0;
min-height: 2.78rem;
border: 0 !important;
outline: none !important;
box-shadow: none !important;
border-radius: 999px !important;
background: transparent !important;
color: rgba(255, 255, 255, 0.68);
padding: 0.2rem 1.22rem;
font-size: 0.74rem;
font-weight: 700;
line-height: 1;
letter-spacing: 0;
white-space: nowrap;
transition:
background-color 160ms ease,
color 160ms ease,
opacity 160ms ease;
}
.nodedc-expanded-nav-button:hover {
background: rgba(255, 255, 255, 0.07) !important;
color: rgba(255, 255, 255, 0.96);
}
.nodedc-expanded-nav-button[data-active="true"] {
background: rgba(255, 255, 255, 0.92) !important;
color: rgba(8, 8, 10, 0.96);
}
.nodedc-expanded-nav-icon {
display: grid;
width: 2.1rem;
height: 2.1rem;
flex-shrink: 0;
place-items: center;
border-radius: 999px;
background: rgba(255, 255, 255, 0.06);
color: rgba(255, 255, 255, 0.8);
}
.nodedc-expanded-nav-button[data-active="true"] .nodedc-expanded-nav-icon {
background: rgb(var(--nodedc-accent-rgb));
color: rgb(var(--nodedc-on-accent-rgb));
}
.nodedc-expanded-tool-button,
.nodedc-expanded-tool-slot .nodedc-bottom-dock-voice-button {
display: grid !important;
height: 3rem !important;
width: 3rem !important;
min-width: 3rem;
place-items: center;
border: 0 !important;
border-radius: 999px !important;
background: rgba(7, 7, 10, 0.94) !important;
color: rgba(255, 255, 255, 0.68) !important;
outline: none !important;
box-shadow: none !important;
transition:
background-color 180ms ease,
color 180ms ease,
transform 180ms ease;
}
.nodedc-expanded-tool-button:hover,
.nodedc-expanded-tool-slot .nodedc-bottom-dock-voice-button:hover {
color: rgba(255, 255, 255, 0.92) !important;
}
.nodedc-expanded-tool-button[data-active="true"] {
background: rgba(255, 255, 255, 0.94) !important;
color: rgba(8, 8, 10, 0.94) !important;
}
.nodedc-expanded-tool-slot {
display: grid;
min-height: 3rem;
min-width: 3rem;
place-items: center;
}
.nodedc-expanded-header-filters-slot,
.nodedc-expanded-primary-action-slot {
display: contents;
}
.nodedc-expanded-header-filters-slot:empty,
.nodedc-expanded-primary-action-slot:empty,
.nodedc-expanded-breadcrumbs-slot:empty {
display: none;
}
.nodedc-expanded-breadcrumbs-slot {
display: flex;
flex: 0 1 auto;
min-width: 0;
justify-content: flex-start;
position: fixed;
z-index: 80;
left: 1.85rem;
bottom: 1.1rem;
pointer-events: auto;
}
main:has(.nodedc-expanded-toolbar) .nodedc-kanban-scroll-container {
height: calc(100% - 4.5rem) !important;
max-height: calc(100% - 4.5rem);
scrollbar-color: transparent transparent;
}
main:has(.nodedc-expanded-toolbar) .nodedc-kanban-scroll-container::-webkit-scrollbar,
main:has(.nodedc-expanded-toolbar) .nodedc-kanban-scroll-container::-webkit-scrollbar-track,
main:has(.nodedc-expanded-toolbar) .nodedc-kanban-scroll-container::-webkit-scrollbar-thumb {
background: transparent !important;
border-color: transparent !important;
}
.nodedc-expanded-breadcrumbs {
display: inline-flex !important;
flex: 0 1 auto !important;
max-width: min(52rem, 48vw);
height: 3rem;
align-items: center;
gap: 0.45rem !important;
overflow: visible !important;
border-radius: 0;
background: transparent;
padding: 0;
}
.nodedc-expanded-breadcrumbs > div {
height: 3rem !important;
min-width: max-content;
flex-shrink: 0;
}
.nodedc-expanded-breadcrumbs [class~="rounded-sm"] {
border-radius: 999px !important;
}
.nodedc-expanded-breadcrumbs [class~="outline-none"],
.nodedc-expanded-breadcrumbs > div > .group {
min-height: 3rem;
border: 0 !important;
border-radius: 999px !important;
background: rgba(64, 64, 64, 0.52) !important;
outline: none !important;
box-shadow: none !important;
}
.nodedc-expanded-breadcrumbs > div:first-child [class~="outline-none"],
.nodedc-expanded-breadcrumbs > div:first-child > .group {
background: rgba(7, 7, 10, 0.96) !important;
color: rgba(255, 255, 255, 0.86) !important;
}
.nodedc-expanded-breadcrumbs > div:first-child [class*="text-"],
.nodedc-expanded-breadcrumbs > div:first-child svg {
color: rgba(255, 255, 255, 0.78) !important;
}
.nodedc-expanded-breadcrumbs [class~="outline-none"] > div,
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="bg-layer-1"],
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="hover:bg-layer-1"],
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="hover:bg-surface-2"],
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="rounded-r-sm"],
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="rounded-r-none"] {
background: transparent !important;
}
.nodedc-expanded-breadcrumbs [class~="outline-none"] [class~="bg-surface-1"] {
display: none !important;
}
.nodedc-expanded-breadcrumbs [class~="truncate"] {
max-width: 18rem !important;
}
.nodedc-expanded-breadcrumbs [class~="text-13"] {
font-size: 0.75rem !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
}
.nodedc-expanded-breadcrumbs [class~="px-1.5"] {
padding-left: 0.95rem !important;
padding-right: 0.95rem !important;
}
.nodedc-expanded-breadcrumbs [class~="rounded-r-none"] {
border-top-right-radius: 999px !important;
border-bottom-right-radius: 999px !important;
}
.nodedc-expanded-breadcrumbs [class~="rounded-r-sm"] {
margin-left: -0.65rem;
border-top-left-radius: 999px !important;
border-bottom-left-radius: 999px !important;
}
.nodedc-expanded-breadcrumbs [class~="rounded-r-sm"] span[class*="bg-surface"],
.nodedc-expanded-breadcrumbs [class~="rounded-r-sm"] span[class*="bg-layer"] {
display: none !important;
}
.nodedc-expanded-breadcrumbs [class~="text-tertiary"],
.nodedc-expanded-breadcrumbs [class~="text-placeholder"] {
color: rgba(255, 255, 255, 0.66) !important;
}
.nodedc-expanded-breadcrumbs [class~="hover:bg-surface-2"]:hover,
.nodedc-expanded-breadcrumbs [class~="hover:bg-layer-1"]:hover {
background: transparent !important;
}
.nodedc-expanded-breadcrumbs > div:last-child [class~="outline-none"],
.nodedc-expanded-breadcrumbs > div:last-child > .group {
background: rgba(255, 255, 255, 0.94) !important;
color: rgba(8, 8, 10, 0.96) !important;
}
.nodedc-expanded-breadcrumbs > div:last-child > div [class~="text-tertiary"],
.nodedc-expanded-breadcrumbs > div:last-child > div [class~="text-placeholder"],
.nodedc-expanded-breadcrumbs > div:last-child > div [class~="text-primary"],
.nodedc-expanded-breadcrumbs > div:last-child [class*="text-"] {
color: rgba(8, 8, 10, 0.96) !important;
}
.nodedc-expanded-breadcrumbs > div:last-child svg {
color: rgba(8, 8, 10, 0.86) !important;
}
.nodedc-expanded-header-filters {
display: inline-flex;
align-items: center;
gap: 0.45rem;
}
.nodedc-expanded-header-filters .nodedc-toolbar-group {
min-height: 3rem;
padding: 0.25rem;
}
.nodedc-expanded-header-filters .nodedc-toolbar-filter-toggle {
display: grid !important;
height: 3rem !important;
width: 3rem !important;
min-width: 3rem !important;
place-items: center;
border: 0 !important;
border-radius: 999px !important;
background: rgba(7, 7, 10, 0.94) !important;
color: rgba(255, 255, 255, 0.68) !important;
outline: none !important;
box-shadow: none !important;
}
.nodedc-expanded-header-filters .nodedc-toolbar-filter-toggle[data-active="true"] {
background: rgba(255, 255, 255, 0.94) !important;
color: rgba(8, 8, 10, 0.94) !important;
}
.nodedc-expanded-search-control {
position: relative;
z-index: 30;
height: 3rem;
width: 3rem;
flex-shrink: 0;
overflow: visible;
}
.nodedc-expanded-search-line-panel {
position: absolute;
top: 0;
right: 0;
z-index: 0;
height: 3rem;
width: min(36rem, 42vw);
overflow: hidden;
border-radius: 999px;
opacity: 0;
pointer-events: none;
transition: opacity 180ms ease;
}
.nodedc-expanded-search-trigger {
position: relative;
z-index: 2;
}
.nodedc-expanded-search-line-panel::before {
content: "";
position: absolute;
right: 3.3rem;
bottom: 0.95rem;
left: 0;
height: 1px;
transform: scaleX(0);
transform-origin: right center;
background: rgba(255, 255, 255, 0.34);
transition: transform 230ms ease;
}
.nodedc-expanded-search-control[data-open="true"] .nodedc-expanded-search-line-panel {
opacity: 1;
pointer-events: auto;
}
.nodedc-expanded-search-control[data-open="true"] .nodedc-expanded-search-line-panel::before {
transform: scaleX(1);
}
.nodedc-expanded-search-input-wrap {
display: flex;
height: 3rem;
width: 100%;
align-items: center;
padding: 0 3.3rem 0 0;
opacity: 0;
transition: opacity 170ms ease 100ms;
}
.nodedc-expanded-search-control[data-open="true"] .nodedc-expanded-search-input-wrap {
opacity: 1;
}
.nodedc-expanded-search-input {
height: 100%;
width: 100%;
text-transform: uppercase;
font-size: 1.08rem;
font-weight: 700;
letter-spacing: 0;
}
.nodedc-expanded-search-clear {
display: grid;
height: 2rem;
width: 2rem;
flex-shrink: 0;
place-items: center;
color: rgba(255, 255, 255, 0.5);
}
.nodedc-expanded-search-results {
top: calc(100% + 0.85rem);
right: 0;
width: min(36rem, 42vw);
border-radius: 1.45rem;
}
.nodedc-expanded-main-tool-cluster .nodedc-expanded-search-results {
top: auto;
bottom: calc(100% + 0.85rem);
}
.nodedc-expanded-notification-button {
height: 2.78rem;
width: 2.78rem;
background: transparent !important;
color: rgba(255, 255, 255, 0.68) !important;
}
.nodedc-expanded-notification-button .nodedc-toolbar-icon-active-dot {
height: auto;
width: auto;
color: rgba(255, 255, 255, 0.68) !important;
}
.nodedc-expanded-notification-button:hover,
.nodedc-expanded-notification-button:hover .nodedc-toolbar-icon-active-dot {
color: rgba(255, 255, 255, 0.94) !important;
}
.nodedc-expanded-notification-button .nodedc-toolbar-notification-dot {
top: 0.58rem !important;
right: 0.58rem !important;
background: rgb(var(--nodedc-accent-rgb)) !important;
}
.nodedc-expanded-user-avatar-button {
background: transparent !important;
}
.nodedc-expanded-user-avatar-button:hover {
background: transparent !important;
}
.nodedc-toolbar-pill {
position: relative;
display: inline-flex !important;
@@ -1289,8 +1822,7 @@
border: 0 !important;
outline: none !important;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.026) 100%),
rgba(8, 9, 12, 0.78) !important;
linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.026) 100%), rgba(8, 9, 12, 0.78) !important;
-webkit-backdrop-filter: blur(28px);
backdrop-filter: blur(28px);
}
@@ -1720,8 +2252,7 @@
linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.008) 100%),
rgb(var(--nodedc-card-active-rgb)) !important;
color: rgb(var(--nodedc-on-card-active-rgb)) !important;
box-shadow:
0 12px 32px rgba(0, 0, 0, 0.16) !important;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16) !important;
}
.nodedc-external-card[data-active="true"] .text-primary {
@@ -1940,6 +2471,8 @@
.nodedc-home-route-surface {
min-height: 100vh;
padding-right: 1.25rem !important;
padding-left: 1.25rem !important;
background: var(--background-color-surface-1) !important;
}
@@ -1948,7 +2481,8 @@
}
.nodedc-home-page-shell {
max-width: min(1840px, calc(100vw - 5rem));
max-width: none;
padding: 0 !important;
}
.nodedc-home-dashboard-shell {
@@ -1972,11 +2506,267 @@
}
.nodedc-home-main-column {
--nodedc-home-gantt-height: 35.75rem;
--nodedc-home-individual-chart-height: 11.25rem;
display: flex;
min-width: 0;
min-height: 0;
height: 100%;
flex-direction: column;
gap: 0.75rem;
}
.nodedc-home-analytics-rail {
display: flex;
min-width: 0;
height: auto;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
padding-right: 0;
scrollbar-color: rgba(var(--nodedc-card-active-rgb), 0.58) rgba(255, 255, 255, 0.035);
scrollbar-width: thin;
}
.nodedc-home-analytics-rail::-webkit-scrollbar {
width: 0.45rem;
}
.nodedc-home-analytics-rail::-webkit-scrollbar-track {
border-radius: 999px;
background: rgba(255, 255, 255, 0.035);
}
.nodedc-home-analytics-rail::-webkit-scrollbar-thumb {
border-radius: 999px;
background: rgba(var(--nodedc-card-active-rgb), 0.58);
}
.nodedc-home-analytics-stat-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.5rem;
}
.nodedc-home-analytics-stat {
display: flex;
min-height: 4.2rem;
flex-direction: column;
justify-content: space-between;
border-radius: 1.15rem;
background: rgba(0, 0, 0, 0.18);
padding: 0.8rem;
}
.nodedc-home-analytics-stat span {
color: var(--text-color-secondary);
font-size: 0.68rem;
font-weight: 650;
}
.nodedc-home-analytics-stat strong {
color: var(--text-color-primary);
font-size: 1.35rem;
line-height: 1;
}
.nodedc-home-analytics-rail .nodedc-external-section,
.nodedc-home-analytics-table-wrap,
.nodedc-home-individual-analytics,
.nodedc-home-assignee-analytics {
border: 0 !important;
border-radius: 1.5rem !important;
background: rgba(10, 10, 12, 0.7) !important;
padding: 1rem !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.014) !important;
-webkit-backdrop-filter: blur(24px);
backdrop-filter: blur(24px);
}
.nodedc-home-analytics-rail .nodedc-external-section,
.nodedc-home-assignee-analytics,
.nodedc-home-analytics-recents {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.006) 100%), rgba(10, 10, 12, 0.7) !important;
}
.nodedc-home-analytics-rail > .nodedc-external-section,
.nodedc-home-analytics-rail > .nodedc-home-subpanel {
flex: 0 0 auto;
min-height: 15.75rem;
}
.nodedc-home-analytics-rail .nodedc-home-subpanel {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.006) 100%), rgba(10, 10, 12, 0.7) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.014) !important;
}
.nodedc-home-individual-analytics {
flex: 0 0 auto;
background: rgba(10, 10, 12, 0.72) !important;
}
.nodedc-home-individual-analytics > .nodedc-external-section,
.nodedc-home-assignee-analytics > .nodedc-external-section {
height: 100%;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
padding: 0 !important;
box-shadow: none !important;
}
.nodedc-home-individual-analytics .nodedc-external-section > .mb-5,
.nodedc-home-analytics-rail .nodedc-external-section > .mb-5 {
margin-bottom: 0.85rem !important;
}
.nodedc-home-individual-analytics .nodedc-external-section h1,
.nodedc-home-analytics-rail .nodedc-external-section h1 {
font-size: 0.92rem !important;
line-height: 1.2 !important;
}
.nodedc-home-analytics-rail .nodedc-analytics-summary-card {
grid-template-columns: repeat(2, minmax(0, 1fr));
min-height: 0;
overflow: hidden;
border-radius: 1.25rem !important;
}
.nodedc-home-analytics-rail .nodedc-analytics-summary-item {
min-height: 4.35rem !important;
padding: 0.8rem !important;
}
.nodedc-home-analytics-rail .nodedc-analytics-summary-item::before {
display: none;
}
.nodedc-home-individual-analytics .h-\[350px\],
.nodedc-home-analytics-rail .h-\[350px\] {
height: 13.5rem !important;
}
.nodedc-home-individual-analytics .h-\[350px\] {
height: calc(var(--nodedc-home-individual-chart-height) + 0.75rem) !important;
}
.nodedc-home-individual-analytics .nodedc-analytics-chart-inner,
.nodedc-home-analytics-rail .nodedc-analytics-chart-inner {
min-width: 24rem;
height: 14rem !important;
}
.nodedc-home-priority-cell .nodedc-analytics-chart-inner {
width: 100% !important;
min-width: 18rem;
height: 12rem !important;
}
.nodedc-home-individual-analytics .nodedc-analytics-chart-stack,
.nodedc-home-analytics-rail .nodedc-analytics-chart-stack {
gap: 0.9rem !important;
}
.nodedc-home-individual-analytics .nodedc-analytics-table-toolbar,
.nodedc-home-analytics-rail .nodedc-analytics-table-toolbar {
align-items: flex-start;
gap: 0.65rem;
}
.nodedc-home-individual-analytics .nodedc-analytics-table-surface,
.nodedc-home-analytics-rail .nodedc-analytics-table-surface {
max-height: 13rem;
overflow: auto;
}
.nodedc-home-individual-analytics .nodedc-analytics-chart-stack {
display: grid !important;
grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
align-items: stretch;
}
.nodedc-home-individual-analytics .nodedc-analytics-chart-viewport,
.nodedc-home-individual-analytics .nodedc-analytics-table-surface {
height: var(--nodedc-home-individual-chart-height);
min-height: var(--nodedc-home-individual-chart-height);
border-radius: 1.25rem !important;
background: rgba(0, 0, 0, 0.18) !important;
}
.nodedc-home-individual-analytics .nodedc-analytics-chart-inner {
width: 100% !important;
min-width: 22rem;
height: calc(var(--nodedc-home-individual-chart-height) - 0.75rem) !important;
}
.nodedc-home-individual-analytics .nodedc-analytics-table-surface table {
width: 100%;
}
.nodedc-home-analytics-bottom-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: stretch;
gap: 0.75rem;
}
.nodedc-home-assignee-analytics,
.nodedc-home-analytics-recents {
min-width: 0;
min-height: 22rem;
overflow: hidden;
}
.nodedc-home-assignee-analytics .nodedc-analytics-table-surface {
max-height: 17.5rem;
overflow: auto;
}
.nodedc-home-analytics-recents {
max-height: 24rem;
overflow: hidden;
}
.nodedc-home-analytics-intro {
min-height: 10rem;
}
.nodedc-home-activity-mini {
flex: 0 0 auto;
min-height: 15rem;
overflow: hidden;
}
.nodedc-home-activity-mini-chart {
position: relative;
height: 10.5rem;
overflow: hidden;
border-radius: 1.25rem;
background: rgba(0, 0, 0, 0.16);
}
.nodedc-home-bottom-widgets {
align-items: stretch;
}
.nodedc-home-bottom-widgets .nodedc-home-card {
min-height: 16rem;
}
.nodedc-home-bottom-widgets .nodedc-home-card > div {
height: 100%;
}
@media (max-width: 1279px) {
.nodedc-home-individual-analytics .nodedc-analytics-chart-stack,
.nodedc-home-analytics-bottom-row {
grid-template-columns: 1fr;
}
}
.nodedc-home-hero {
--nodedc-home-column-gap: 0.75rem;
--nodedc-home-title-width: 13.25rem;
@@ -2177,9 +2967,12 @@
.nodedc-home-gantt-card {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
isolation: isolate;
min-height: 30rem;
min-height: 0;
flex: 1 1 auto;
border-radius: 2rem !important;
background: #050506 !important;
box-shadow: none !important;
@@ -2441,7 +3234,10 @@
.nodedc-home-gantt-surface {
position: relative;
min-height: 23.5rem;
flex: 1 1 var(--nodedc-home-gantt-height);
height: auto;
min-height: var(--nodedc-home-gantt-height);
max-height: none;
margin: 0 1.25rem 1.25rem;
overflow: hidden;
border-radius: 1.75rem;
@@ -2449,15 +3245,18 @@
}
.nodedc-home-gantt-scroll {
min-height: 23.5rem;
overflow-x: auto;
overflow-y: hidden;
height: 100%;
min-height: 100%;
max-height: none;
overflow: auto;
overscroll-behavior: contain;
scrollbar-color: rgba(var(--nodedc-card-active-rgb), 0.65) rgba(255, 255, 255, 0.04);
scrollbar-width: thin;
}
.nodedc-home-gantt-scroll::-webkit-scrollbar {
height: 0.55rem;
width: 0.45rem;
height: 0.45rem;
}
.nodedc-home-gantt-scroll::-webkit-scrollbar-track {
@@ -2472,7 +3271,7 @@
.nodedc-home-gantt-canvas {
position: relative;
min-height: 23.5rem;
min-height: 100%;
padding: 1rem;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 4.2rem,
@@ -3579,8 +4378,7 @@
.nodedc-home-operations-card {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.006) 100%),
rgba(10, 10, 12, 0.68) !important;
linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.006) 100%), rgba(10, 10, 12, 0.68) !important;
-webkit-backdrop-filter: blur(28px);
backdrop-filter: blur(28px);
}
@@ -4257,5 +5055,4 @@
offset-distance: 100%;
}
}
}