From bc612daf22b3e44f2e9feaf917dfcf9f0433ec69 Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 23 Feb 2026 00:38:20 +0700 Subject: [PATCH] Remove max-width cap so host wells fill the viewport The max-w-7xl (1280px) constraint left too much dead space between the host wells and the window edges. Remove it so the layout uses all available width. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d2ca0b7..67341f7 100644 --- a/src/main.js +++ b/src/main.js @@ -425,7 +425,7 @@ function hostRowHTML(host, index) { function buildUI(state) { const app = document.getElementById("app"); app.innerHTML = ` -
+

NetWatch