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