🎨 Adjust grid layout to use fixed two-column structure for wider screens
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user