Browse Source

[fix] search.less: start page search view on mobile devices

Bnyro 1 year ago
parent
commit
8b0b6731fc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      searx/static/themes/simple/src/less/search.less

+ 4 - 0
searx/static/themes/simple/src/less/search.less

@@ -229,6 +229,10 @@ html.no-js #clear_search.hide_if_nojs {
     column-gap: @results-tablet-offset;
   }
 
+  #search_view {
+    padding: 0.5rem 0.3rem 0 0.5rem;
+  }
+
   .search_filters {
     margin-top: 0.6rem;
     .ltr-margin-right(0);