mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-06 06:16:29 +00:00
The color scheme grid previously used a fixed number of columns, which caused cards to be partially clipped when the window width was narrow. This change makes the number of columns dynamically calculated based on the available width. It ensures the grid layout gracefully adapts from 3 (or more) columns down to 1 column, preventing content overflow and clipping. This fixes a UI bug where the right-side content of color scheme cards was not visible at certain window widths.