UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: выравнивание home-шапки и системных уведомлений
This commit is contained in:
@@ -1792,32 +1792,17 @@
|
||||
|
||||
.nodedc-home-route-surface {
|
||||
min-height: 100vh;
|
||||
background: #333333 !important;
|
||||
background: var(--background-color-surface-1) !important;
|
||||
}
|
||||
|
||||
main:has(.nodedc-home-route-surface) {
|
||||
background: #333333 !important;
|
||||
background: var(--background-color-surface-1) !important;
|
||||
}
|
||||
|
||||
.nodedc-home-page-shell {
|
||||
max-width: min(1840px, calc(100vw - 5rem));
|
||||
}
|
||||
|
||||
.nodedc-home-top-toolbar > .nodedc-glass-modal {
|
||||
max-width: min(1840px, calc(100vw - 5rem));
|
||||
margin-inline: auto;
|
||||
border: 0 !important;
|
||||
background: transparent !important;
|
||||
padding-inline: 0 !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-backdrop-filter: none !important;
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
.nodedc-home-top-toolbar {
|
||||
padding-inline: 0 !important;
|
||||
}
|
||||
|
||||
.nodedc-home-dashboard-shell {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
@@ -1833,8 +1818,8 @@
|
||||
}
|
||||
|
||||
.nodedc-home-project-panel {
|
||||
margin-top: 1.75rem;
|
||||
height: calc(100% - 1.75rem) !important;
|
||||
margin-top: 0;
|
||||
height: 100% !important;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@@ -1879,7 +1864,7 @@
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
position: relative;
|
||||
min-height: 8.55rem;
|
||||
min-height: 11.1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
@@ -1894,13 +1879,13 @@
|
||||
inset: 0;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
min-height: 8.55rem;
|
||||
min-height: 11.1rem;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-radius: 1.7rem;
|
||||
background: #474747 !important;
|
||||
padding: 1.25rem;
|
||||
padding-right: max(1.25rem, calc(100% - var(--nodedc-home-title-width)));
|
||||
padding: 1.6rem 1.35rem;
|
||||
padding-right: max(1.35rem, calc(100% - var(--nodedc-home-title-width)));
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
|
||||
}
|
||||
|
||||
@@ -1963,12 +1948,12 @@
|
||||
display: flex;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
min-height: 8.55rem;
|
||||
min-height: 11.1rem;
|
||||
align-items: flex-end;
|
||||
gap: 1rem;
|
||||
border-radius: 1.7rem !important;
|
||||
background: rgb(var(--nodedc-card-active-rgb)) !important;
|
||||
padding: 1rem;
|
||||
padding: 1.35rem 1.15rem;
|
||||
color: rgb(var(--nodedc-on-card-active-rgb));
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.42),
|
||||
|
||||
Reference in New Issue
Block a user