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 7849040 commit 4f65a07Copy full SHA for 4f65a07
src/keyboard.vue
@@ -303,6 +303,7 @@
303
.line {
304
display: flex;
305
justify-content: space-around;
306
+ margin-right: -$margin;
307
&:not(:last-child) {
308
margin-bottom: $margin;
309
}
@@ -319,6 +320,7 @@
319
320
height: $height;
321
line-height: $height;
322
overflow: hidden;
323
+ margin-right: $margin;
324
325
vertical-align: middle;
326
border: 1px solid #ccc;
@@ -334,10 +336,6 @@
334
336
cursor: pointer;
335
337
338
- &:not(:last-child) > div {
- margin-right: $margin;
339
- }
340
-
341
&.backspace > div {
342
background-image: url("./icons/backspace.svg");
343
background-position: center center;
0 commit comments