mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-25 09:48:44 +02:00
hide hotkeys on small screens
This commit is contained in:
@@ -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`}
|
||||||
|
|||||||
Reference in New Issue
Block a user