From a89b3a25d009c4b3cd747c50cd6efad8f2994ae5 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Sat, 28 Feb 2026 22:13:57 +0300 Subject: [PATCH] Fix header toolbar wrapping at narrow widths Merge the 900px and 768px breakpoints so the header switches to vertical layout (column) at 900px instead of awkwardly wrapping toolbar items into two rows. Co-Authored-By: Claude Opus 4.6 --- server/src/wled_controller/static/css/layout.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/src/wled_controller/static/css/layout.css b/server/src/wled_controller/static/css/layout.css index 7bb18d0..8462187 100644 --- a/server/src/wled_controller/static/css/layout.css +++ b/server/src/wled_controller/static/css/layout.css @@ -506,13 +506,6 @@ h2 { } @media (max-width: 900px) { - .header-toolbar { - flex-wrap: wrap; - gap: 2px; - } -} - -@media (max-width: 768px) { header { flex-direction: column; gap: 8px;