657 B
657 B
Cube Manager Full Width Layout
Objective
Update the CubeManager layout to utilize the full width of the screen, removing the maximum width constraint. This allows for better utilization of screen real estate, especially on wider monitors, and provides more space for the pack grid.
Changes
- Modified
src/client/src/modules/cube/CubeManager.tsx:- Removed
max-w-7xlandmx-autoclasses from the main container. - Added
w-fullto ensure the container spans the entire available width.
- Removed
Result
The Cube Manager interface now stretches to fill the viewport width, providing a more expansive view for managing packs and settings.