fix(mobile): shortcut keyboard + visible

This commit is contained in:
Elian Doran 2025-11-29 17:32:32 +02:00
parent ee81037173
commit 8c1a04c4b2
No known key found for this signature in database

View File

@ -32,6 +32,7 @@ import PromotedAttributes from "../widgets/PromotedAttributes.jsx";
const MOBILE_CSS = `
<style>
span.keyboard-shortcut,
kbd {
display: none;
}