diff --git a/static/style/style.css b/static/style/style.css
index e0fbc7f..6a9d299 100644
--- a/static/style/style.css
+++ b/static/style/style.css
@@ -49,4 +49,12 @@ body {
nav> :first-child {
font-size: 2rem;
font-weight: bold;
+}
+
+.short-button {
+ align-self: start;
+}
+
+.button-list {
+ flex-direction: row;
}
\ No newline at end of file
diff --git a/tmpl/task.tmpl b/tmpl/task.tmpl
index e55ef00..22490bc 100644
--- a/tmpl/task.tmpl
+++ b/tmpl/task.tmpl
@@ -31,7 +31,7 @@ window.onload = function(e){
Library: {{.Library}}
Filename: {{.Filename}}
Updated At: {{.UpdatedAt}}
-
+
{{range $t := .Log}}
@@ -39,6 +39,6 @@ window.onload = function(e){
{{end}}
- Auto Follow
-
+ Auto Follow
+
{{template "tail"}}
\ No newline at end of file
diff --git a/tmpl/tasks.tmpl b/tmpl/tasks.tmpl
index ee3edc5..647bca2 100644
--- a/tmpl/tasks.tmpl
+++ b/tmpl/tasks.tmpl
@@ -44,7 +44,7 @@ Total: {{.Stats.TotalCount}}