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;