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 <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;