mirror of
https://github.com/openwrt/luci.git
synced 2026-04-12 14:03:24 +04:00
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:
committed by
Hannu Nyman
parent
23bbea1197
commit
6006b34085
@@ -279,7 +279,6 @@ header h3 a, header .brand {
|
||||
}
|
||||
|
||||
header .pull-right {
|
||||
flex: 0 1 20%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user