diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-28 00:26:43 +0200 |
|---|---|---|
| committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-28 00:26:43 +0200 |
| commit | 43fc136207bbee121ef0a279caef8950fa35eabb (patch) | |
| tree | f4ed7bd2b3d41ba68b10a4fd49e12932c03191d1 /searx/static/themes/simple/css/searx.css | |
| parent | 57f58f85bde5d5a48ce0f646b8ac65a028481daf (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index bffad220b..c4b9c7d61 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/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 |