diff --git a/server/src/wled_controller/static/css/dashboard.css b/server/src/wled_controller/static/css/dashboard.css index 431a9b5..bf404bd 100644 --- a/server/src/wled_controller/static/css/dashboard.css +++ b/server/src/wled_controller/static/css/dashboard.css @@ -40,6 +40,17 @@ margin-bottom: 10px; padding-left: 16px; } + +.dashboard-subsection .dashboard-section-content { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(min(500px, 100%), 1fr)); + gap: 4px; +} + +.dashboard-subsection .dashboard-section-content .dashboard-target { + margin-bottom: 0; + min-width: 0; +} .dashboard-subsection .dashboard-section-header { font-size: 0.72rem; }