Skip to content

Commit

Permalink
Adjusted corner radius attributes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ERLindeman committed Sep 27, 2024
1 parent f96f9bd commit 82b2b83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ fn App() -> impl IntoView {
width: calc(100% - 4%);
height: 100%;
background-color: var(--progress-color);
border-radius: calc(var(--border-radius) - 1%);
border-radius: var(--border-radius);
box-sizing: border-box;
margin-left: 0;
}
Expand Down Expand Up @@ -503,8 +503,6 @@ fn App() -> impl IntoView {
width: 100%;
height: 66.66vh;
background-color: var(--widget-background);
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
overflow-y: auto;
overflow-x: hidden;
}
Expand Down

0 comments on commit 82b2b83

Please sign in to comment.