diff --git a/index.css b/index.css
index 9917565..c83549b 100644
--- a/index.css
+++ b/index.css
@@ -47,6 +47,46 @@ body {
flex-direction: column;
}
+/* Debug HUD (body.debug): below main overlay, still visible during body.loading */
+#debugHud {
+ display: none;
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ z-index: 6;
+ max-width: min(100%, 48rem);
+ padding: 0.35rem 0.55rem;
+ font-size: 1.15rem;
+ font-weight: 600;
+ line-height: 1.3;
+ white-space: normal;
+ background: rgba(0, 0, 0, 0.62);
+ border-radius: 0.35rem;
+ pointer-events: none;
+}
+
+body.debug #debugHud {
+ display: block;
+}
+
+#debugHud .debugHud-title {
+ font-size: 1.25rem;
+ font-weight: 700;
+ margin-bottom: 0.15rem;
+ opacity: 0.95;
+}
+
+#debugHud .debugHud-k {
+ opacity: 0.72;
+ margin-right: 0.25rem;
+}
+
+#debugHud code {
+ font-family: ui-monospace, "Cascadia Code", monospace;
+ font-size: 0.92em;
+ word-break: break-all;
+}
+
#songOverlay {
flex: 1;
display: flex;
@@ -349,8 +389,8 @@ span:empty {
}
.friend-avatar {
- width: 32px;
- height: 32px;
+ width: 1.5rem;
+ height: 1.5rem;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
@@ -416,7 +456,3 @@ body.bottom #time {
body:not(.debug) #mockBsrSetting {
display: none;
}
-
-body:not(.debug) #debugPlayerSetting {
- display: none;
-}
diff --git a/index.html b/index.html
index c8be2f6..1deb0ca 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,20 @@
No map loaded
+
+
Debug
+
level_id —
+
hash (level_id) —
+
hash (BeatLeader) —
+
BS+ BSRKey —
+
BeatSaver id —
+
BeatSaver —
+
char / diff —
+
BS+ playerPlatformId —
+
BeatLeader id (effective) —
+
BeatLeader leaderboard ids —
+
friend scores —
+
@@ -71,6 +85,7 @@
+