fix: search shortcut based on user platform (#101)

* fix: search shortcut based on user platform

* chore: make it work with iPad and iPhone as well
This commit is contained in:
Xin
2023-09-27 19:47:20 +01:00
committed by GitHub
parent 46dea718e6
commit ec02eb34fe
2 changed files with 12 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<kbd
class="absolute my-1.5 select-none ltr:right-1.5 rtl:left-1.5 h-5 rounded bg-white px-1.5 font-mono text-[10px] font-medium text-gray-500 border dark:border-gray-100/20 dark:bg-dark/50 contrast-more:border-current contrast-more:text-current contrast-more:dark:border-current items-center gap-1 transition-opacity pointer-events-none hidden sm:flex"
>
<span class="text-xs"></span>K
CTRL K
</kbd>
</div>