diff --git a/logviewer.html b/logviewer.html
index 322646a..05c1cea 100644
--- a/logviewer.html
+++ b/logviewer.html
@@ -11,8 +11,9 @@
}
#log-container {
- height: calc(100vh - 24px);
- padding: 12px;
+ height: calc(100vh);
+ margin: 0;
+ padding: 8px;
overflow-y: scroll;
}
@@ -20,7 +21,7 @@
position: fixed;
bottom: 24px;
right: 24px;
- background-color: #007bff;
+ background-color: #0099FF;
color: #fff;
border: none;
cursor: pointer;
@@ -30,9 +31,21 @@
border-radius: 50%;
}
+ #scroll-to-bottom:hover {
+ background-color: #00CCFF;
+ }
+
#scroll-to-bottom svg {
fill: #fff;
}
+
+ .done {
+ background-color: #cfc;
+ }
+
+ .error {
+ background-color: #fcc;
+ }
@@ -44,44 +57,14 @@
+
+