Merge pull request #476 from arabcoders/dev

hide keyboard shortcuts on mobile
This commit is contained in:
Abdulmohsen 2025-11-07 00:26:30 +03:00 committed by GitHub
commit 03e8166afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,8 @@
:srclang="track.lang" :src="track.file" :default="notFirefox && 0 === i" />
</video>
<span class="has-text-white is-pointer" @click="showHelp = !showHelp" title="Keyboard shortcuts (or press ?)">
<span class="is-hidden-mobile has-text-white is-pointer" @click="showHelp = !showHelp"
title="Keyboard shortcuts (or press ?)">
<span class="icon"><i class="fa-solid fa-question" /></span>
<span>Click here to Keyboard shortcuts or press <kbd>?</kbd> or <kbd>/</kbd></span>
</span>