Skip to content

Commit

Permalink
Prevent flex grow/shrink for launcher button (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsdq authored Oct 26, 2023
1 parent 3dbfefe commit 44265df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
}

.launcher {
flex: none;
display: flex;
width: 48px;
height: 48px;
Expand Down

0 comments on commit 44265df

Please sign in to comment.