luci-theme-bootstrap: fix header .pull-right
Some checks failed
LuCI repo CodeQL Analysis / Analyze JavaScript and JSON (javascript-typescript) (push) Has been cancelled

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 <owlsy@outlook.com.au>
This commit is contained in:
Joshua Criss
2026-04-07 09:17:28 +10:00
committed by Hannu Nyman
parent 23bbea1197
commit 6006b34085

View File

@@ -279,7 +279,6 @@ header h3 a, header .brand {
}
header .pull-right {
flex: 0 1 20%;
display: flex;
flex-direction: column;
padding: 0;