Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix voice ball aspect ratio in fullscreen mode (#555)
Fixes #542 Add CSS rule to maintain the aspect ratio of the voice ball when entering fullscreen mode. * **apps/style/edge.css** - Add CSS rule `#voiceBall { aspect-ratio: 1; }` to ensure the voice ball maintains its shape when entering fullscreen mode. * **.devcontainer/devcontainer.json** - Add a new file with build task configuration. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tjy-gitnub/win12/issues/542?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information