diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-07 18:51:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 18:51:00 +0200 |
| commit | a3789b3bb44fd929a730518da678b7754a2c18cb (patch) | |
| tree | de8ad3bf3ac0ac09d198246843a1267c30510d01 /searx/static/themes/simple/css/searx.css | |
| parent | e41f78b806a4f00cbb37fd4a276aff7d10230057 (diff) | |
| parent | b0623ac9f6e67541cb5bc59880915d401399b216 (diff) | |
Merge pull request #295 from return42/fix-csp-2
[fix] make HTML templates more CSP compliant
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index d35bcc593..288f077ef 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1841,6 +1841,9 @@ td:hover .engine-tooltip, font-size: 1em; } } +.column-reliability .engine-tooltip { + right: 12rem; +} #main_preferences form { width: 100%; } |