From 5f09177b2d318cb02370fe4bc09efe155344f116 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Sat, 25 Feb 2023 12:24:58 -0500 Subject: [PATCH] Fix incorrect styling in settings.html. Added WIP warning in settings.html Signed-off-by: 0xf8 <0xf8.dev@proton.me> --- web/www/navbar.scss | 2 ++ web/www/settings.html | 4 +++- web/www/settings.html.tsx | 3 ++- web/www/style.scss | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/web/www/navbar.scss b/web/www/navbar.scss index b57a13e..fc4c71a 100644 --- a/web/www/navbar.scss +++ b/web/www/navbar.scss @@ -4,6 +4,8 @@ $fa-font-path: "fa/"; div#navbar { position: fixed; + + top: 0; height:fit-content; width: 100vw; diff --git a/web/www/settings.html b/web/www/settings.html index 60692c2..de08094 100644 --- a/web/www/settings.html +++ b/web/www/settings.html @@ -20,7 +20,9 @@ You should have received a copy of the GNU General Public License along with Gal - + + + diff --git a/web/www/settings.html.tsx b/web/www/settings.html.tsx index e512f0d..19da4b3 100644 --- a/web/www/settings.html.tsx +++ b/web/www/settings.html.tsx @@ -10,13 +10,14 @@ const settings = new Settings(); window.onload = async() => { - console.log(settings.config.keys()); + // console.log(settings.config.keys()); } App(() => { return <>
+

Work in progress. Nothing here is final or guaranteed to work.

diff --git a/web/www/style.scss b/web/www/style.scss index be4fe35..2df2ab7 100644 --- a/web/www/style.scss +++ b/web/www/style.scss @@ -25,6 +25,8 @@ div { div#container { display: block; + position: fixed; + top: 0; width: 100vw; height: 100vh;