feat(ui): refine live observation workspace
This commit is contained in:
@@ -29,6 +29,36 @@
|
||||
background: rgb(var(--nodedc-danger-rgb));
|
||||
}
|
||||
|
||||
.control-station[data-observation-fullscreen="true"] .nodedc-app-shell__content {
|
||||
z-index: calc(var(--nodedc-layer-panel) + 1);
|
||||
right: var(--nodedc-app-page-pad);
|
||||
left: var(--nodedc-app-page-pad);
|
||||
width: auto;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.control-station[data-observation-fullscreen="true"] .nodedc-app-shell__navigation {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.control-station[data-observation-fullscreen="true"] .nodedc-application-panel {
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
gap: 0;
|
||||
background: #06070a;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
animation: none;
|
||||
}
|
||||
|
||||
.control-station[data-observation-fullscreen="true"] .nodedc-application-panel__head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.control-station[data-observation-fullscreen="true"] .nodedc-application-panel__body {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.landing-stage {
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
@@ -79,7 +109,6 @@
|
||||
display: grid;
|
||||
width: min(24rem, 30vw);
|
||||
gap: 0.6rem;
|
||||
border: 1px solid rgb(255 255 255 / 0.055);
|
||||
border-radius: 1.25rem;
|
||||
background: rgb(10 10 12 / 0.58);
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user