Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 22, 2024
1 parent f3cd5ba commit 48ecbda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/toolbar/bar/ToolbarButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
justify-content: center;
width: 2rem;
height: 2rem;
margin: 0.25rem;
min-height: var(--lemon-button-height);
margin: 0.25rem;
font-weight: 600;
color: var(--muted-alt);
appearance: none !important; // Important as this gets overridden by Ant styles...
cursor: pointer;
Expand All @@ -24,7 +25,6 @@
border: none;
border-radius: var(--radius);
transition: transform 100ms ease;
font-weight: 600;

> svg {
font-size: 1.5rem;
Expand All @@ -49,6 +49,7 @@
&--flex {
flex-grow: 1;
width: auto;

button {
width: 100%;
}
Expand Down

0 comments on commit 48ecbda

Please sign in to comment.