From a9ac160c85965fa5ef2b297a066a930027bceb72 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 20 Nov 2022 18:26:36 -0700 Subject: [PATCH] Adding a back button when profiles are open. --- www/css/main.css | 15 +++++++++++++++ www/index.html | 10 +++++++--- www/js/main.js | 24 +++++++++++++++++++----- www/lucy.html | 4 ++++ 4 files changed, 45 insertions(+), 8 deletions(-) diff --git a/www/css/main.css b/www/css/main.css index 7175213..0369bd1 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -193,6 +193,21 @@ div { text-align: center; } +#backbutton { + position: fixed; + top: -3rem; + right: -3rem; + height: 3rem; + width: 3rem; + z-index: 100; + border-radius: 1rem; + background-color: rgba(0, 0, 0, 0.5); + color: rgba(192, 192, 192, 0.5); + font-size: 2rem; + line-height: 3rem; + text-align: center; +} + .splash.jason, .main.jason { background-color: var(--jason-bg-color); font-family: 'Raleway', sans-serif; diff --git a/www/index.html b/www/index.html index 17b96aa..d77572f 100644 --- a/www/index.html +++ b/www/index.html @@ -71,11 +71,15 @@ +
+ +
+ - - - + + +