mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 10:31:19 -04:00
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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user