From 4158e8c6e365fa7adf34edd0c03c786bb5f20079 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 20 Dec 2025 11:18:54 +0100 Subject: [PATCH] feat: Add version badge --- public/index.html | 27 +++++++++++++++------------ public/styles/layout/topbar.css | 17 +++++++++++++++++ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index d68b91f..76d9296 100644 --- a/public/index.html +++ b/public/index.html @@ -16,19 +16,20 @@ -
-
- - - - + +
+
+ + + + +
+
+ + + +
-
- - - -
-
@@ -94,6 +95,8 @@
+ v1.3.1 + diff --git a/public/styles/layout/topbar.css b/public/styles/layout/topbar.css index 2071e13..939b931 100644 --- a/public/styles/layout/topbar.css +++ b/public/styles/layout/topbar.css @@ -96,4 +96,21 @@ #close-btn:active { background: #c50f1f; transform: scale(0.9); +} + +.version-badge { + position: fixed; + right: 18px; + bottom: 12px; + z-index: 2000; + font-size: 0.85em; + color: #b0b0b0; + background: none; + font-weight: 500; + border-radius: 6px; + padding: 2px 8px; + opacity: 0.7; + pointer-events: none; + box-shadow: none; + user-select: none; } \ No newline at end of file