Skip to content

Commit

Permalink
fix: Set min-width on right nav
Browse files Browse the repository at this point in the history
This prevents the right nav from growing and shrinking when the play/pause/resume button changes widths.
  • Loading branch information
dougmartin committed Apr 5, 2024
1 parent dd64fb7 commit 2b82603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
flex-direction: column;
flex: 1;
flex-grow: 0;
min-width: 160px;
gap: 10px;
background-color: #dddddd7f;
border-radius: 3px;
Expand Down

0 comments on commit 2b82603

Please sign in to comment.