forked from zaclys/searxng
[fix] mobile navbar errors - closes #596
This commit is contained in:
parent
8ee32d5372
commit
5924abd483
File diff suppressed because one or more lines are too long
|
@ -40,6 +40,7 @@
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hover color
|
// Hover color
|
||||||
|
@ -48,3 +49,7 @@
|
||||||
color: @light-green;
|
color: @light-green;
|
||||||
background: @black;
|
background: @black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-toggle {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue