refactor: remove shortcut hints in mobile devices
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
]"
|
||||
/>
|
||||
{{ label }}
|
||||
<div v-if="shortcut.length" class="ml-2">
|
||||
<div v-if="shortcut.length" class="ml-2 <sm:hidden">
|
||||
<kbd
|
||||
v-for="(key, index) in shortcut"
|
||||
:key="`key-${index}`"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
]"
|
||||
/>
|
||||
{{ label }}
|
||||
<div v-if="shortcut.length" class="ml-2">
|
||||
<div v-if="shortcut.length" class="ml-2 <sm:hidden">
|
||||
<kbd
|
||||
v-for="(key, index) in shortcut"
|
||||
:key="`key-${index}`"
|
||||
|
||||
Reference in New Issue
Block a user