Thomas Kolb
2e91fd7c42
All code is now licensed under GPLv3+. The documentation is licensed under CC BY-SA 4.0. This is now officially free software! \o/
33 lines
429 B
CSS
33 lines
429 B
CSS
/* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* Copyright (C) 2024 Simon Ruderich
|
|
*/
|
|
|
|
#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;
|
|
}
|