mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[fix] mobile navbar errors - closes #596
This commit is contained in:
parent
8ee32d5372
commit
5924abd483
BIN
searx/static/themes/oscar/css/logicodev.min.css
vendored
BIN
searx/static/themes/oscar/css/logicodev.min.css
vendored
Binary file not shown.
@ -40,6 +40,7 @@
|
||||
padding: 0 30px;
|
||||
margin: 0;
|
||||
}
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
// Hover color
|
||||
@ -48,3 +49,7 @@
|
||||
color: @light-green;
|
||||
background: @black;
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user