From 973fbe10ccf46c5077b152563f627fdea711556e Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Thu, 19 Sep 2024 16:07:57 +1000 Subject: [PATCH] Add config page link on dash --- data/css/style.css | 19 +++++++++++++++++++ data/index.html | 1 + 2 files changed, 20 insertions(+) diff --git a/data/css/style.css b/data/css/style.css index b94abfc..0dec549 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -188,6 +188,25 @@ body { left: 0; } +#config-button { + position: absolute; + top: 65px; + right: 15px; + background: rgba(255,255,255,0.3); + border: 0; + width: 40px; + height: 40px; + border-radius: 50%; + box-sizing: border-box; + transition: transform .3s; + cursor: pointer; + display: flex; + flex-direction: column; + justify-content: center; +}#config-button:hover { + transform: scale(1.125); + background: rgba(255,255,255,0.8); +} #fullscreen-button { position: absolute; top: 15px; diff --git a/data/index.html b/data/index.html index 4d14384..1300615 100644 --- a/data/index.html +++ b/data/index.html @@ -54,6 +54,7 @@ --> +