Browse Source

[fix] simple theme: remove width 45% from language and time filters

All three filters (`language`, `time_range` and `safesearch`) are rendered in
one line.  A size of 45% for `language` and `time_range` left only 10% for the
`safesearch` filter.  Solution: drop with from `language` and `time_range`.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
5f902bbb0f
1 changed files with 0 additions and 5 deletions
  1. 0 5
      searx/static/themes/simple/src/less/search.less

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

@@ -253,11 +253,6 @@
     margin: 0;
     margin: 0;
   }
   }
 
 
-  .language,
-  .time_range {
-    width: 45%;
-  }
-
   .category {
   .category {
     display: block;
     display: block;
     width: 100%;
     width: 100%;