progress bar width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-01 15:04:30 +00:00
parent 80147b69eb
commit f0ce402830
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<title>Safebox - INSTALLER TOOL</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=3" />
<link rel="stylesheet" href="style.css?t=4" />
</head>
<body id="scan" class="text-center">
<div class="main">

View File

@@ -47,7 +47,7 @@
pointer-events: none;
}
.progress-container {
width: 280px;
width: 300px;
height: 40px;
border-radius: 5px;
overflow: hidden;