mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
19 lines
365 B
Text
19 lines
365 B
Text
.plot-view {
|
|
width: 100%;
|
|
|
|
.plot-window {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.plot-config {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
resize: none;
|
|
height: 50vh;
|
|
background-color: var(--panel-bg-color);
|
|
color: var(--main-text-color);
|
|
font: var(--fixed-font);
|
|
}
|
|
}
|