refactor: remove shortcut hints in mobile devices

This commit is contained in:
liyasthomas
2021-12-20 14:40:38 +05:30
parent fac1288ef2
commit f94ee7c73f
23 changed files with 410 additions and 253 deletions

View File

@@ -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}`"

View File

@@ -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}`"