From f5300f2c6a57a6c43e3ab3656bed380f942bdfe6 Mon Sep 17 00:00:00 2001 From: adjoly Date: Tue, 6 May 2025 17:00:21 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20change=20?= =?UTF-8?q?bar=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index bf8eb99..0c78c2d 100644 --- a/src/styles.css +++ b/src/styles.css @@ -21,7 +21,7 @@ body { .loading-bar { width: 100%; - max-width: 600px; + max-width: 200px; background-color: #ddd; border-radius: 5px; overflow: hidden;