hide hotkeys on small screens

This commit is contained in:
Nikita
2024-09-13 11:19:39 +03:00
parent 7592631863
commit 49aedf25ca

View File

@@ -187,7 +187,7 @@ export const LinkBottomBar: React.FC = () => {
</motion.div> </motion.div>
)} )}
</AnimatePresence> </AnimatePresence>
<div className="absolute right-0 top-0 flex h-full items-center justify-center p-2 pr-1"> <div className="absolute right-0 top-0 hidden h-full items-center justify-center p-2 pr-1 sm:flex">
<ToolbarButton <ToolbarButton
icon={"Zap"} icon={"Zap"}
tooltip={`Hotkeys`} tooltip={`Hotkeys`}