From f0ce402830b92df0d4f1cbcaaa2b238c634782c2 Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 1 Aug 2025 15:04:30 +0000 Subject: [PATCH] progress bar width --- scan.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scan.html b/scan.html index 51c4daf..b2b1265 100644 --- a/scan.html +++ b/scan.html @@ -6,7 +6,7 @@ Safebox - INSTALLER TOOL - +
diff --git a/style.css b/style.css index 243f713..1975a4e 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ pointer-events: none; } .progress-container { - width: 280px; + width: 300px; height: 40px; border-radius: 5px; overflow: hidden;