fix(FN-2041): reduce Quick Chat FAB desktop edge margin

- Change QuickChatFAB desktop drag clamp margin from 48px to 8px while keeping the 4px mobile margin
- Update QuickChatFAB drag boundary tests and descriptions to assert the new 8px desktop behavior
- Add a patch changeset for @gsxdsm/fusion documenting the FAB edge margin reduction
This commit is contained in:
Fusion
2026-04-17 20:31:53 -07:00
committed by gsxdsm
parent a0cf637c66
commit 0a89068ef0
3 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Reduce Quick Chat FAB desktop edge margin from 48px to 8px, allowing users to drag the chat icon closer to the screen edge on desktop viewports.