Skip to content

Commit 0ac58d7

Browse files
committed
Group shortcut keys closer together
1 parent 3dff12e commit 0ac58d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/Key.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<template>
2-
<small class="key hidden md:flex justify-center rounded-sm uppercase leading-none text-xs p-1">
3-
<slot></slot>
4-
</small>
5-
</template>
6-
71
<script>
82
export default {
93
props: {
@@ -15,3 +9,9 @@ export default {
159
},
1610
}
1711
</script>
12+
13+
<template>
14+
<small class="key hidden md:flex justify-center rounded-sm uppercase leading-none text-xs p-0.5">
15+
<slot />
16+
</small>
17+
</template>

0 commit comments

Comments
 (0)