From bd787bdfa2d7efb631fca5a0657d6e3d49d10808 Mon Sep 17 00:00:00 2001 From: cuptain Date: Sat, 2 Nov 2024 00:12:40 +1100 Subject: [PATCH] More ui work --- fclauncher/frontend/src/App.svelte | 5 +++- fclauncher/frontend/src/Navbar.svelte | 1 + fclauncher/frontend/src/Testpage.svelte | 36 +++++++++++++++++++++++-- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte index e2537c5..5ad38eb 100644 --- a/fclauncher/frontend/src/App.svelte +++ b/fclauncher/frontend/src/App.svelte @@ -19,7 +19,7 @@
-
+ @@ -51,6 +51,9 @@ --bg-secondary: #141418; background-color: var(--bg-secondary); } + .navbar{ + z-index: 5; + } #logo { display: flex; diff --git a/fclauncher/frontend/src/Navbar.svelte b/fclauncher/frontend/src/Navbar.svelte index b64788b..5ee9d3e 100644 --- a/fclauncher/frontend/src/Navbar.svelte +++ b/fclauncher/frontend/src/Navbar.svelte @@ -74,6 +74,7 @@ import {addingInstance, testPage} from './global' position: fixed; background-color: var(--bg-primary); transition: width 200ms ease; + z-index: 5; } .navbar-nav{ list-style: none; diff --git a/fclauncher/frontend/src/Testpage.svelte b/fclauncher/frontend/src/Testpage.svelte index 705d8e2..7177260 100644 --- a/fclauncher/frontend/src/Testpage.svelte +++ b/fclauncher/frontend/src/Testpage.svelte @@ -1,7 +1,17 @@ @@ -10,15 +20,19 @@
{#each $instances as i}
- +
{/each} +
+
+ +