UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: восстановление компактной сводки аналитики

This commit is contained in:
DCCONSTRUCTIONS
2026-04-24 14:03:22 +03:00
parent 52bd017d82
commit ad1d9c34ea
2 changed files with 123 additions and 6 deletions
+67
View File
@@ -2768,6 +2768,73 @@
color: var(--text-color-primary) !important;
}
.nodedc-analytics-summary-card {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(5, minmax(8.75rem, 1fr));
width: 100%;
min-height: 5.75rem;
overflow-x: auto;
border: 0 !important;
border-radius: 1.45rem !important;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%), rgba(255, 255, 255, 0.024) !important;
box-shadow:
0 16px 38px rgba(0, 0, 0, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.018) !important;
-webkit-backdrop-filter: blur(18px);
backdrop-filter: blur(18px);
scrollbar-color: rgba(var(--nodedc-card-active-rgb), 0.62) rgba(255, 255, 255, 0.035);
scrollbar-width: thin;
}
.nodedc-analytics-summary-card::-webkit-scrollbar {
height: 0.45rem;
}
.nodedc-analytics-summary-card::-webkit-scrollbar-track {
border-radius: 999px;
background: rgba(255, 255, 255, 0.035);
}
.nodedc-analytics-summary-card::-webkit-scrollbar-thumb {
border-radius: 999px;
background: rgba(var(--nodedc-card-active-rgb), 0.62);
}
.nodedc-analytics-summary-item {
position: relative;
min-width: 0;
}
.nodedc-analytics-summary-item + .nodedc-analytics-summary-item::before {
position: absolute;
top: 1rem;
bottom: 1rem;
left: 0;
width: 1px;
background: rgba(255, 255, 255, 0.06);
content: "";
}
.nodedc-analytics-summary-label {
display: -webkit-box;
overflow: hidden;
line-height: 1.28;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.nodedc-analytics-summary-value {
position: relative;
z-index: 1;
display: block;
min-height: 1.65rem;
color: var(--text-color-primary) !important;
line-height: 1;
}
.nodedc-attachment-upload {
min-height: 4.5rem;
border: 0 !important;