diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-05 15:29:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 15:29:48 +0100 |
| commit | 082d55e6c5c2f576396d4790179e13ad627f7253 (patch) | |
| tree | 474814ffa753995d05a7a92be40aa9377f3ce39e /searx/static/themes/simple/src/less/toolkit.less | |
| parent | ba342db55e419a84b462bca17b16395f7a08c777 (diff) | |
| parent | 558e0c32419d9e3f78e543fea7c51b295f24c245 (diff) | |
Merge pull request #481 from dalf/simple-fix-hotkeys
Simple themes: fixes in keyboard.js
Diffstat (limited to 'searx/static/themes/simple/src/less/toolkit.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/toolkit.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/searx/static/themes/simple/src/less/toolkit.less b/searx/static/themes/simple/src/less/toolkit.less index 4f1c3f338..faed6ea9f 100644 --- a/searx/static/themes/simple/src/less/toolkit.less +++ b/searx/static/themes/simple/src/less/toolkit.less @@ -196,11 +196,9 @@ div.selectable_url { position: fixed; top: 50%; left: 50%; - - /* bring your own prefixes */ + margin: 0 auto; transform: translate(-50%, -50%); - z-index: 100000; - margin: 0 50% 0 0; + z-index: 10000000; } // btn-collapse |