Updated screenshots, fixed graph height
This commit is contained in:
parent
e55e4261dd
commit
169c881134
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 |
@ -97,5 +97,5 @@
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
.graph #graph-values {
|
.graph #graph-values {
|
||||||
height: calc(100vh - 416px);
|
height: calc(100vh - 200px);
|
||||||
}
|
}
|
||||||
|
@ -97,5 +97,5 @@
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
.graph #graph-values {
|
.graph #graph-values {
|
||||||
height: calc(100vh - 416px);
|
height: calc(100vh - 200px);
|
||||||
}
|
}
|
||||||
|
@ -117,6 +117,6 @@
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
|
|
||||||
#graph-values {
|
#graph-values {
|
||||||
height: calc(100vh - 416px);
|
height: calc(100vh - 200px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user