View datapoint values
This commit is contained in:
parent
5f6a48e7e0
commit
d72694a8b4
14 changed files with 288 additions and 28 deletions
|
|
@ -109,6 +109,17 @@ label {
|
|||
#datapoints div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#datapoints .icons {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
#values {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, min-content);
|
||||
gap: 16px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.widgets {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@ label {
|
|||
display: grid;
|
||||
grid-template-areas: "menu content";
|
||||
grid-template-columns: 64px 1fr;
|
||||
grid-template-rows: 100% 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
#menu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue