From: Joshua Criss Date: Mon, 6 Apr 2026 23:17:28 +0000 (+1000) Subject: luci-theme-bootstrap: fix header .pull-right X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6006b3408527460ae99bdb34877d5ab837ef402b;p=openwrt-luci.git 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 --- 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;