diff --git a/screenshots/datapoint_values.jpg b/screenshots/datapoint_values.jpg new file mode 100644 index 0000000..b2a2b5c Binary files /dev/null and b/screenshots/datapoint_values.jpg differ diff --git a/screenshots/datapoint_values_small.jpg b/screenshots/datapoint_values_small.jpg new file mode 100644 index 0000000..366e781 Binary files /dev/null and b/screenshots/datapoint_values_small.jpg differ diff --git a/screenshots/datapoints.jpg b/screenshots/datapoints.jpg new file mode 100644 index 0000000..ce1610b Binary files /dev/null and b/screenshots/datapoints.jpg differ diff --git a/screenshots/datapoints_small.jpg b/screenshots/datapoints_small.jpg new file mode 100644 index 0000000..9516a8e Binary files /dev/null and b/screenshots/datapoints_small.jpg differ diff --git a/screenshots/problems.jpg b/screenshots/problems.jpg new file mode 100644 index 0000000..34fe2b2 Binary files /dev/null and b/screenshots/problems.jpg differ diff --git a/screenshots/problems_small.jpg b/screenshots/problems_small.jpg new file mode 100644 index 0000000..9a85404 Binary files /dev/null and b/screenshots/problems_small.jpg differ diff --git a/screenshots/triggers.jpg b/screenshots/triggers.jpg new file mode 100644 index 0000000..ea7c37e Binary files /dev/null and b/screenshots/triggers.jpg differ diff --git a/screenshots/triggers_small.jpg b/screenshots/triggers_small.jpg new file mode 100644 index 0000000..1591aa8 Binary files /dev/null and b/screenshots/triggers_small.jpg differ diff --git a/static/css/default_light/datapoints.css b/static/css/default_light/datapoints.css index 977607d..a534d2d 100644 --- a/static/css/default_light/datapoints.css +++ b/static/css/default_light/datapoints.css @@ -97,7 +97,7 @@ margin-top: 16px; } .graph #graph-values { - height: calc(100vh - 308px); + height: calc(100vh - 416px); } .time-offset { display: grid; diff --git a/static/css/gruvbox/datapoints.css b/static/css/gruvbox/datapoints.css index bfb61a3..c948a85 100644 --- a/static/css/gruvbox/datapoints.css +++ b/static/css/gruvbox/datapoints.css @@ -97,7 +97,7 @@ margin-top: 16px; } .graph #graph-values { - height: calc(100vh - 308px); + height: calc(100vh - 416px); } .time-offset { display: grid; diff --git a/static/less/datapoints.less b/static/less/datapoints.less index e897446..8391a00 100644 --- a/static/less/datapoints.less +++ b/static/less/datapoints.less @@ -117,7 +117,7 @@ margin-top: 16px; #graph-values { - height: calc(100vh - 308px); + height: calc(100vh - 416px); } }