Skip to content

Commit

Permalink
Increase hotkey font size (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson authored Sep 24, 2024
1 parent 60bfbca commit 50a1635
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $verticalBreakpoint: 861px;
justify-content: center;
align-items: center;
height: 16px;
font-size: 10px;
font-size: 15px;
gap: 0.25rem;

.shortcut-wrapper {
Expand All @@ -52,8 +52,8 @@ $verticalBreakpoint: 861px;
}

.shortcut-key {
padding: 0px 4px;
height: 16px;
padding: 0cqh 6px;
height: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -135,4 +135,4 @@ $verticalBreakpoint: 861px;
margin-right: 6px;
}
}
}
}

0 comments on commit 50a1635

Please sign in to comment.