Skip to content

Commit

Permalink
fix: #206 remove the fixed width of the mode toggle buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2022
1 parent a92bde7 commit 8e0cda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/controls/Menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
border-right: none;
}

padding: 0;
padding: 0 $padding-half;
margin: $padding-half 0;
height: calc(var(--jse-menu-button-size) - var(--jse-padding));
width: 40px;
width: auto;

&.jse-first {
margin-left: $padding-half;
Expand Down

0 comments on commit 8e0cda3

Please sign in to comment.