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;