fixes part 5

This commit is contained in:
Čarodej
2022-03-02 07:43:20 +01:00
parent 90303458a0
commit a3abfd670a
10 changed files with 25 additions and 19 deletions

View File

@@ -227,7 +227,9 @@
<!--Keyboard shortcut hint-->
<div v-if="!$isMobile()" class="absolute right-4 top-1/2 -translate-y-1/2 transform">
<span class="text-xs text-gray-400">{{ i === 0 ? '↵' : metaKeyIcon + i }}</span>
<span class="text-xs text-gray-400">
{{ i === 0 ? '↵' : metaKeyIcon + i }}
</span>
</div>
</div>
</div>