STT improvements: hotkey, button position, and hover tooltip #2
@@ -61,7 +61,7 @@ export default function SttButton({ state, error, onToggle, onCancel }: Props) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="absolute bottom-4 left-4 z-50 flex items-center gap-2">
|
<div className="absolute bottom-1 left-1 z-50 flex items-center gap-2">
|
||||||
<button
|
<button
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
onContextMenu={handleContextMenu}
|
onContextMenu={handleContextMenu}
|
||||||
|
|||||||
Reference in New Issue
Block a user