Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: UI tweaks for session details panel (#330)
make client session panel look more like a side panel. previously, with certain window width (~14" macbook) it looks like the side bar is not scrollable ---- | <a href="https://ellipsis.dev" target="_blank"><img src="https://avatars.githubusercontent.com/u/80834858?s=400&u=31e596315b0d8f7465b3ee670f25cea677299c96&v=4" alt="Ellipsis" width="30px" height="30px"/></a> | 🚀 This PR description was created by [Ellipsis](https://www.ellipsis.dev) for commit 7a30fd3. | |--------|--------| ### Summary: This PR improves the UI and usability of the session details panel by adjusting the `Drawer` properties, adding a `d-flex` class, and introducing a close button. **Key points**: - Modified `overlayOpacity` and `size` properties of `Drawer` in `SessionSidePanel` component. - Added `d-flex` class to a `div` element. - Added a new `Button` component for closing the panel. ---- Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)