From cf737b3804b728ff9c260c56b476e6e1af80950d Mon Sep 17 00:00:00 2001 From: jae Date: Tue, 31 Mar 2026 23:18:37 +0000 Subject: [PATCH] feat: move status bar below navbar as fixed bar --- css/style.css | 15 ++++++++++----- index.html | 53 ++++++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/css/style.css b/css/style.css index c5bd892..869367e 100644 --- a/css/style.css +++ b/css/style.css @@ -295,7 +295,7 @@ a:hover { color: #fff; text-shadow: 0 0 10px var(--accent-glow); } display: flex; align-items: center; justify-content: center; - padding: calc(var(--nav-height) + 2rem) 2rem 2rem; + padding: calc(var(--nav-height) + 40px + 2rem) 2rem 2rem; position: relative; } @@ -754,13 +754,18 @@ a:hover { color: #fff; text-shadow: 0 0 10px var(--accent-glow); } BOTTOM STATUS BAR ============================ */ .hud-bottom-bar { - grid-column: 1 / -1; + position: fixed; + top: var(--nav-height); + left: 0; + right: 0; + z-index: 999; display: flex; justify-content: space-between; align-items: center; - padding: 0.75rem 1rem; - border: 1px solid var(--border); - background: rgba(10, 14, 20, 0.6); + padding: 0.6rem 1.5rem; + border-bottom: 1px solid var(--border); + background: rgba(10, 14, 20, 0.95); + backdrop-filter: blur(10px); gap: 1rem; } diff --git a/index.html b/index.html index ebbdbf5..86c0ddc 100644 --- a/index.html +++ b/index.html @@ -82,6 +82,33 @@ + +
+
+ JAE-001X + ● ONLINE +
+
+
+ STATUS + ● OPERATIONAL +
+
+ UPTIME + 0d 00h 00m +
+
+ COORDS + 53.48°N // 2.24°W +
+
+
+ SCANNING... +
+ 0% +
+
+
@@ -278,32 +305,6 @@
- -
-
- JAE-001X - ● ONLINE -
-
-
- STATUS - ● OPERATIONAL -
-
- UPTIME - 0d 00h 00m -
-
- COORDS - 53.48°N // 2.24°W -
-
-
- SCANNING... -
- 0% -
-