From 4290d4850d82ae4b1da7dcc7a03da1f3ad6dbfa3 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sat, 25 Feb 2023 04:47:11 +0100 Subject: [PATCH] Simple notifications on wake up --- index.html | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 160 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 333ee86..e7a58ee 100644 --- a/index.html +++ b/index.html @@ -42,10 +42,32 @@ align-items: center; text-align: center; } + + #settings { + width: 500px; + margin: 0 auto; + height: 60vh; + } + + #settings-notice { + position: absolute; + bottom: 5vh; + width: 100vw; + text-align: center; + color: #444; + + transition-duration: 0.5s; + transition-property: opacity; + } + + .hide { + opacity: 0; + } +
Scroll down for settings
Currently: @@ -55,9 +77,22 @@
+
+

Settings

+ +