Closed meteyou closed 2 months ago
@sourcery-ai review
This pull request fixes the editor width issue when the file structure sidebar is hidden. The implementation involves updating the CSS classes in the TheEditor.vue component to ensure the editor takes up the full width when the sidebar is closed.
Change | Details | Files |
---|---|---|
Adjust CSS classes to control editor width based on sidebar visibility |
|
src/components/TheEditor.vue |
@sourcery-ai review
Description
This PR fix the width of the editor area, when the filestructur sidebar is closed.
Related Tickets & Documents
none
Mobile & Desktop Screenshots/Recordings
before:
after:
[optional] Are there any post-deployment tasks we need to perform?
none
Summary by Sourcery
Fix the editor width issue by updating the CSS to handle the presence or absence of the file structure sidebar.
Bug Fixes: