Browse Source

[build] /static

Alexandre Flament 3 years ago
parent
commit
67ab4d4165

+ 10 - 4
searx/static/themes/simple/css/searxng-rtl.css

@@ -2516,6 +2516,10 @@ article.result-images .detail {
     width: auto !important;
     width: auto !important;
     flex: 1;
     flex: 1;
   }
   }
+  #main_results #q:placeholder-shown ~ #send_search {
+    margin-right: 2.6rem;
+    transition: margin-right 0.1s;
+  }
   .search_filters {
   .search_filters {
     display: block;
     display: block;
     margin: 0.8em 0;
     margin: 0.8em 0;
@@ -3170,10 +3174,12 @@ article[data-vim-selected].category-social {
     margin: 2rem 0.5rem 0 0.5rem;
     margin: 2rem 0.5rem 0 0.5rem;
   }
   }
   #linkto_preferences {
   #linkto_preferences {
-    display: none;
-    position: fixed !important;
-    top: 100px;
-    right: 0;
+    top: 0.8rem;
+    right: 0.7rem;
+  }
+  #main_index #linkto_preferences {
+    top: 0.5rem;
+    right: 0.5rem;
   }
   }
   #results {
   #results {
     margin: 0;
     margin: 0;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css.map


+ 10 - 4
searx/static/themes/simple/css/searxng.css

@@ -2516,6 +2516,10 @@ article.result-images .detail {
     width: auto !important;
     width: auto !important;
     flex: 1;
     flex: 1;
   }
   }
+  #main_results #q:placeholder-shown ~ #send_search {
+    margin-right: 2.6rem;
+    transition: margin-right 0.1s;
+  }
   .search_filters {
   .search_filters {
     display: block;
     display: block;
     margin: 0.8em 0;
     margin: 0.8em 0;
@@ -3170,10 +3174,12 @@ article[data-vim-selected].category-social {
     margin: 2rem 0.5rem 0 0.5rem;
     margin: 2rem 0.5rem 0 0.5rem;
   }
   }
   #linkto_preferences {
   #linkto_preferences {
-    display: none;
-    position: fixed !important;
-    top: 100px;
-    right: 0;
+    top: 0.8rem;
+    right: 0.7rem;
+  }
+  #main_index #linkto_preferences {
+    top: 0.5rem;
+    right: 0.5rem;
   }
   }
   #results {
   #results {
     margin: 0;
     margin: 0;

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


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng.min.css.map


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