From 44c57efb408f80ff6e2e42d305603126b7479957 Mon Sep 17 00:00:00 2001 From: Enoch R Lindeman Date: Thu, 26 Sep 2024 18:30:32 -0700 Subject: [PATCH] Fixed progress bar padding --- gui/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/src/lib.rs b/gui/src/lib.rs index cfcb736d..bc3dad13 100644 --- a/gui/src/lib.rs +++ b/gui/src/lib.rs @@ -434,6 +434,8 @@ fn App() -> impl IntoView { .progress-bar { width: 100%; height: 100%; + padding: 2%; + box-sizing: border-box; border-radius: var(--border-radius); background-color: var(--background-color); overflow: hidden;