From 6006b3408527460ae99bdb34877d5ab837ef402b Mon Sep 17 00:00:00 2001 From: Joshua Criss Date: Tue, 7 Apr 2026 09:17:28 +1000 Subject: [PATCH] luci-theme-bootstrap: fix header .pull-right Noticed the indicators behaving a little odd on mobile, and realised one flex element in the mobile.css was the cause. Removing the flex entry did not cause any further issue, and fixed the indicator misbehaviour. Signed-off-by: Joshua Criss --- .../luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css index c6d02b22d1..435e46b413 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -279,7 +279,6 @@ header h3 a, header .brand { } header .pull-right { - flex: 0 1 20%; display: flex; flex-direction: column; padding: 0;