influxdb/ui/src/shared/components/TimeMachineFluxEditor.scss

20 lines
271 B
SCSS

@import "src/style/modules";
.time-machine-flux-editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
}
.time-machine-editor {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}