Browse Source

[build] /static

MrPaulBlack 3 years ago
parent
commit
43fc136207

+ 4 - 1
searx/static/themes/simple/css/searx-rtl.css

@@ -1937,7 +1937,7 @@ td:hover .engine-tooltip,
 }
 #main_preferences th.name .engine-tooltip {
   margin-top: 1.8rem;
-  left: 20rem;
+  left: calc((100% - 85em) / 2 + 10em);
   max-width: 40rem;
 }
 #main_preferences th.name .engine-tooltip .engine-description {
@@ -1947,6 +1947,9 @@ td:hover .engine-tooltip,
   .preferences_back {
     clear: both;
   }
+  .engine-tooltip {
+    left: 10em !important;
+  }
 }
 /*
 * searx, A privacy-respecting, hackable metasearch engine

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


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


+ 4 - 1
searx/static/themes/simple/css/searx.css

@@ -1937,7 +1937,7 @@ td:hover .engine-tooltip,
 }
 #main_preferences th.name .engine-tooltip {
   margin-top: 1.8rem;
-  left: 20rem;
+  left: calc((100% - 85em) / 2 + 10em);
   max-width: 40rem;
 }
 #main_preferences th.name .engine-tooltip .engine-description {
@@ -1947,6 +1947,9 @@ td:hover .engine-tooltip,
   .preferences_back {
     clear: both;
   }
+  .engine-tooltip {
+    left: 10em !important;
+  }
 }
 /*
 * searx, A privacy-respecting, hackable metasearch engine

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


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


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