fix(lab): restore canonical RAV004 replay
This commit is contained in:
@@ -33,6 +33,29 @@
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.laboratory-recorded-clip-player__pane-controls {
|
||||
position: absolute;
|
||||
z-index: 6;
|
||||
top: 0.6rem;
|
||||
display: flex;
|
||||
max-width: calc(100% - 1.2rem);
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0.38rem;
|
||||
border-radius: var(--nodedc-radius-control-pill);
|
||||
background: var(--nodedc-floating-surface);
|
||||
padding: 0.28rem;
|
||||
backdrop-filter: blur(var(--nodedc-blur-control));
|
||||
}
|
||||
|
||||
.laboratory-recorded-clip-player__pane-controls[data-pane="spatial"] {
|
||||
right: 0.6rem;
|
||||
}
|
||||
|
||||
.laboratory-recorded-clip-player__pane-controls[data-pane="camera"] {
|
||||
left: 0.6rem;
|
||||
}
|
||||
|
||||
.laboratory-recorded-clip-player__split
|
||||
> .nodedc-split-pane__separator::before {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user