From 85058a336a833fcbe76f1875f5dcbd5910e2da85 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 19:03:45 +0700 Subject: [PATCH] Fix host row layout: use CSS grid to prevent stats overflow Replace absolute positioning with a 2-column CSS grid so the stats line (col-span-2, text-right) is contained within the 480px block and cannot extend past the left edge of the row. --- src/main.js | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/main.js b/src/main.js index 79fae00..e5013b1 100644 --- a/src/main.js +++ b/src/main.js @@ -553,20 +553,16 @@ function hostRowHTML(host, index, showPin = true) {
${pinBtn} -
-
-
-
- ${host.name} -
- ${host.url} +
+
+
+ ${host.name}
-
-
- --- -
-
waiting...
+
+ ---
+ ${host.url} +
waiting...