mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
improve readability of shortcut with +
This commit is contained in:
@@ -16,8 +16,11 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span class="ml-auto pl-2 text-xs tracking-widest text-muted-foreground"
|
<div
|
||||||
>{shift ? '⇧' : ''}{ctrl ? (isMac && !isSafari ? '⌘' : $_('menu.ctrl') + '+') : ''}{key}{click
|
class="ml-auto pl-2 text-xs tracking-widest text-muted-foreground flex flex-row gap-0 items-baseline"
|
||||||
? $_('menu.click')
|
|
||||||
: ''}</span
|
|
||||||
>
|
>
|
||||||
|
<span>{shift ? '⇧' : ''}</span>
|
||||||
|
<span>{ctrl ? (isMac && !isSafari ? '⌘' : $_('menu.ctrl') + '+') : ''}</span>
|
||||||
|
<span class={key === '+' ? 'font-medium text-sm/4' : ''}>{key}</span>
|
||||||
|
<span>{click ? $_('menu.click') : ''}</span>
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user