We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc9694 commit e829312Copy full SHA for e829312
src/keyboard.vue
@@ -311,6 +311,7 @@
311
.line {
312
display: flex;
313
justify-content: space-around;
314
+ margin-right: -$margin;
315
&:not(:last-child) {
316
margin-bottom: $margin;
317
}
@@ -327,6 +328,7 @@
327
328
height: $height;
329
line-height: $height;
330
overflow: hidden;
331
+ margin-right: $margin;
332
333
vertical-align: middle;
334
border: 1px solid #ccc;
@@ -342,10 +344,6 @@
342
344
cursor: pointer;
343
345
346
- &:not(:last-child) > div {
- margin-right: $margin;
347
- }
348
-
349
&.backspace > div {
350
background-image: url("./icons/backspace.svg");
351
background-position: center center;
0 commit comments