From b30768094d3e9b52b982f8cad3d1ab076cb9cc11 Mon Sep 17 00:00:00 2001 From: jason5ng32 Date: Fri, 26 Jan 2024 00:22:10 +0800 Subject: [PATCH] New: Global Latency Test --- public/index.html | 33 +++++++++++++++++++-------------- public/res/css/style.css | 4 ++++ 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index be7a479e..4baa8fe8 100644 --- a/public/index.html +++ b/public/index.html @@ -364,22 +364,27 @@

🌐 {{currentTexts.pingtes
-
+
-
- -
-
- +
+
+
+ +
+
+ +
+
diff --git a/public/res/css/style.css b/public/res/css/style.css index 439945be..dd0ae2b2 100644 --- a/public/res/css/style.css +++ b/public/res/css/style.css @@ -258,4 +258,8 @@ footer { .speedtest-p { margin-top:10pt; +} + +.jn-ping-form-select { + min-width: 140pt; } \ No newline at end of file