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
-