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 @@
- +