waveterm/frontend/app/view/plotview/plotview.less

20 lines
365 B
Text
Raw Normal View History

.plot-view {
width: 100%;
.plot-window {
display: flex;
justify-content: center;
}
.plot-config {
width: 100%;
margin: 0;
padding: 0;
resize: none;
2024-05-16 23:27:44 +00:00
height: 50vh;
background-color: var(--panel-bg-color);
color: var(--main-text-color);
font: var(--fixed-font);
}
}