UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: стандартизация таблицы участников workspace

This commit is contained in:
DCCONSTRUCTIONS
2026-05-10 11:39:45 +03:00
parent 3dd99491a4
commit bf75ce84eb
6 changed files with 191 additions and 129 deletions
+21
View File
@@ -2094,6 +2094,27 @@
-webkit-backdrop-filter: blur(18px);
}
.nodedc-settings-table-surface,
.nodedc-settings-table-sticky {
background: rgb(36, 36, 38) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
.nodedc-settings-table-sticky {
position: sticky;
}
.nodedc-settings-table-sticky::after {
content: "";
position: absolute;
top: 0;
right: -1px;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.045);
}
.nodedc-settings-sidebar-shell {
border: 0 !important;
outline: none !important;