Skip to content

Commit

Permalink
fix: broken 1 1/2 width keys in virtual keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed May 19, 2023
1 parent c383ea1 commit c9ec885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/virtual-keyboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ body > .ML__keyboard.is-visible.animate > .MLK__backdrop {
}
.w15 {
width: calc(
1.5 * ~'min(var(--private-keycap-max-width, 100px), 10cqw)' var(--private-keycap-gap);
1.5 * ~'min(var(--private-keycap-max-width, 100px), 10cqw)' - var(--private-keycap-gap);
);
}
.w20 {
Expand Down

0 comments on commit c9ec885

Please sign in to comment.