Editor remains centered when sidebars are toggled on and off.
Changes
- Implemented fixed-width reserved spaces for sidebars using HStack to maintain editor position.
- Conditionally rendered sidebar content within fixed-width spaces to prevent layout shifts.
- Ensured consistent editor alignment regardless of sidebar visibility state.