Browse Source

[mod] simple theme: remove vendor prefix of `width: max-content`

Remove no longer needed workarounds like `width: 1000px;`
and vendor prefix of max-content [1].

[1] https://developer.mozilla.org/en-US/docs/Web/CSS/max-content#browser_compatibility

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

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

@@ -194,9 +194,6 @@
     #main_index,
     #main_results {
       #categories_container {
-        width: 1000px;
-        width: -moz-max-content;
-        width: -webkit-max-content;
         width: max-content;
 
         .category {