29 lines
341 B
CSS
29 lines
341 B
CSS
#error {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
#trace {
|
|
font-family: monospace;
|
|
}
|
|
|
|
#main {
|
|
display: flex;
|
|
height: 90vh;
|
|
}
|
|
|
|
#constellation {
|
|
width: 30vw;
|
|
}
|
|
#data {
|
|
width: 20vw;
|
|
}
|
|
#history {
|
|
width: 50vw;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
#history-hz, #history-db, #history-misc {
|
|
height: 30vh;
|
|
}
|