git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
23bbea1
)
luci-theme-bootstrap: fix header .pull-right
author
Joshua Criss
<redacted>
Mon, 6 Apr 2026 23:17:28 +0000
(09:17 +1000)
committer
Hannu Nyman
<redacted>
Sat, 11 Apr 2026 06:35:01 +0000
(09:35 +0300)
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 <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
patch
|
blob
|
history
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 c6d02b22d1da8a99b4a719ffa4f97bed1f023208..435e46b4130a239059b42f1c0eb1d7ff2943dc45 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT