Skip to content

Commit

Permalink
Fixed progress bar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ERLindeman committed Sep 27, 2024
1 parent f0b769d commit 44c57ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44c57ef

Please sign in to comment.