Skip to content

Commit

Permalink
Changed progress bar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ERLindeman committed Sep 28, 2024
1 parent 82b2b83 commit 2e112f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ fn App() -> impl IntoView {
.progress-bar {
width: 100%;
height: 100%;
padding: 2%;
padding: 1%;
box-sizing: border-box;
border-radius: var(--border-radius);
background-color: var(--text-color);
Expand Down

0 comments on commit 2e112f7

Please sign in to comment.