🎨 Adjust grid layout to use fixed two-column structure for wider screens

This commit is contained in:
2026-01-28 18:56:22 +00:00
parent cc78b80747
commit f0e8164645

View File

@@ -1030,7 +1030,7 @@ h2 {
/* Allow regular control groups (non-collapsible) to be side-by-side at wider screens */
@media (min-width: 769px) {
.controls-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-columns: repeat(2, 1fr);
}
/* Force collapsible groups to always span full width */