2024-08-23 11:53:40 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
* Copyright (C) 2024 Simon Ruderich
|
|
|
|
*/
|
|
|
|
|
2024-05-11 10:07:44 +02:00
|
|
|
#error {
|
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
#trace {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
display: flex;
|
2024-05-11 17:11:52 +02:00
|
|
|
height: 90vh;
|
2024-05-11 10:07:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#constellation {
|
|
|
|
width: 30vw;
|
|
|
|
}
|
|
|
|
#data {
|
2024-05-11 17:11:52 +02:00
|
|
|
width: 20vw;
|
2024-05-11 10:07:44 +02:00
|
|
|
}
|
|
|
|
#history {
|
2024-05-11 17:11:52 +02:00
|
|
|
width: 50vw;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
#history-hz, #history-db, #history-misc {
|
|
|
|
height: 30vh;
|
2024-05-11 10:07:44 +02:00
|
|
|
}
|