From 261fe27b2e1d82759275ac995245ae7d6e9b4ccc Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 2 Oct 2020 12:08:52 -0400 Subject: [PATCH] Move refresh interval to bottom left corner instead + Use icon + Minor improvements --- static/index.html | 63 +++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/static/index.html b/static/index.html index fcb46905..89c0ffc6 100644 --- a/static/index.html +++ b/static/index.html @@ -90,6 +90,15 @@ #social img:hover { opacity: 1; } + #settings { + position: fixed; + left: 5px; + bottom: 5px; + padding: 5px; + } + #settings select:focus { + box-shadow: none; + } @@ -104,19 +113,6 @@ -
-
-
-
- -
- -
-
-
-
-
@@ -141,10 +137,26 @@ +
+
+
+
+
+ +
+
+