Browse Source

[fix] mobile navbar errors - closes #596

Adam Tauber 8 years ago
parent
commit
5924abd483

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/logicodev.min.css


+ 5 - 0
searx/static/themes/oscar/less/logicodev/navbar.less

@@ -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;
+}

Some files were not shown because too many files changed in this diff