Updated screenshots, fixed graph height

This commit is contained in:
Magnus Åhall 2024-07-06 08:36:49 +02:00
parent e55e4261dd
commit 169c881134
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -97,5 +97,5 @@
margin-top: 16px;
}
.graph #graph-values {
height: calc(100vh - 416px);
height: calc(100vh - 200px);
}

View File

@ -97,5 +97,5 @@
margin-top: 16px;
}
.graph #graph-values {
height: calc(100vh - 416px);
height: calc(100vh - 200px);
}

View File

@ -117,6 +117,6 @@
margin-top: 16px;
#graph-values {
height: calc(100vh - 416px);
height: calc(100vh - 200px);
}
}