diff --git a/octoprint_klipper/static/css/klipper.css b/octoprint_klipper/static/css/klipper.css
index 300c754..db787a2 100644
--- a/octoprint_klipper/static/css/klipper.css
+++ b/octoprint_klipper/static/css/klipper.css
@@ -63,4 +63,8 @@
position: absolute;
bottom: 5px;
margin-left: 10px;
+}
+
+#klipper_graph_canvas {
+ margin-top: 15px;
}
\ No newline at end of file
diff --git a/octoprint_klipper/templates/klipper_graph_dialog.jinja2 b/octoprint_klipper/templates/klipper_graph_dialog.jinja2
index 3bfc47a..f0ea437 100644
--- a/octoprint_klipper/templates/klipper_graph_dialog.jinja2
+++ b/octoprint_klipper/templates/klipper_graph_dialog.jinja2
@@ -8,7 +8,9 @@
- Click labels to hide/show dataset
+
+ Click labels to hide/show dataset
+
@@ -20,7 +22,7 @@
{{ _('Select') }}
-
+
@@ -28,7 +30,7 @@
-
+
Depending on the size of the log file this might take a while.
diff --git a/octoprint_klipper/templates/klipper_settings.jinja2 b/octoprint_klipper/templates/klipper_settings.jinja2
index b62f4d7..d105fb0 100644
--- a/octoprint_klipper/templates/klipper_settings.jinja2
+++ b/octoprint_klipper/templates/klipper_settings.jinja2
@@ -32,6 +32,9 @@
+
+ The command that is executed when the Klipper configuration changed and needs to be reloaded.
+
@@ -85,6 +88,12 @@
+
+
+ This feature assists in manually leveling you print bed by moving the head to the defined points in sequence.
+ If you use a piece of paper for leveling, set "Probe Height" to the paper thickness eg. "0.1".
+
+
@@ -92,7 +101,7 @@
mm
- {{ _('Z-height to probe at.') }}
+ {{ _('Z-height to probe at') }}
@@ -102,7 +111,7 @@
mm
- {{ _('Lift Z before moving to next point.') }}
+ {{ _('Lift Head by this amount before moving.') }}