Browse Source

[fix] wrong engines padding

allixx 1 year ago
parent
commit
c85f706601
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/static/themes/simple/src/less/style.less

+ 1 - 1
searx/static/themes/simple/src/less/style.less

@@ -905,7 +905,7 @@ summary.title {
       display: flex;
       flex-wrap: wrap;
       justify-content: flex-end;
-      padding: 0 0 3px 0;
+      padding: 3px 0 0 0;
     }
   }