feat(layout): allow to minimize chat (#35)

This commit is contained in:
Dominic Elm
2024-08-14 11:08:52 +02:00
committed by GitHub
parent 8fd9d4477e
commit d5a29c2427
18 changed files with 262 additions and 114 deletions

View File

@@ -50,7 +50,7 @@ export function Menu() {
}, [open]);
useEffect(() => {
const enterThreshold = 80;
const enterThreshold = 40;
const exitThreshold = 40;
function onMouseMove(event: MouseEvent) {