From ec7d9e02af7f6e6bef10f39b9d28988384c850a3 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 24 Aug 2025 19:06:19 +0200 Subject: [PATCH] Add repository link to header and fix Options menu positioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add gear icon (⚙) repository link next to version in header - Position Options menu below Night Mode button using absolute positioning - Rename 'Display Options' to 'Options' for brevity - Repository link points to https://kode.naiv.no/olemd/skyview - Options menu now at top: 320px, right: 10px to appear below map controls 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/static/css/style.css | 20 ++++++++++++++++++-- assets/static/index.html | 6 +++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 44f3103..b34a241 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -195,8 +195,8 @@ body { .display-options { position: absolute; - top: 10px; - left: 10px; + top: 320px; + right: 10px; z-index: 1000; background: rgba(45, 45, 45, 0.95); border: 1px solid #404040; @@ -472,6 +472,22 @@ body { margin-left: 8px; } +/* Repository Link */ +.repo-link { + color: #888; + text-decoration: none; + font-size: 0.7em; + margin-left: 6px; + opacity: 0.6; + transition: opacity 0.2s ease, color 0.2s ease; +} + +.repo-link:hover { + color: #4a9eff; + opacity: 1; + text-decoration: none; +} + /* Collapsible Sections */ .collapsible-header { cursor: pointer; diff --git a/assets/static/index.html b/assets/static/index.html index 003083b..0a00509 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -28,7 +28,7 @@
-

SkyView v0.0.2

+

SkyView v0.0.2

@@ -81,10 +81,10 @@
- +