diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-05 11:33:43 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-05 12:42:44 +0100 |
| commit | 4d051c43f3f91357a6db8147e5cfb2d9f9a79286 (patch) | |
| tree | eda0370bb81560ac6f5e5aa3e1a34005987a86a3 /searx/static/themes/simple/src/js/main/keyboard.js | |
| parent | d1c09c84e21ac66d2701e74dd25dbbf33895c0f9 (diff) | |
[fix] simple theme: various about the hotkeys help
* dark mode: #555 border (same as infoboxes and other borders)
* remove a call to console.log
* center the dialog without using the style attribute.
Diffstat (limited to 'searx/static/themes/simple/src/js/main/keyboard.js')
| -rw-r--r-- | searx/static/themes/simple/src/js/main/keyboard.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/js/main/keyboard.js b/searx/static/themes/simple/src/js/main/keyboard.js index 26cc6f7d0..61fa7ba92 100644 --- a/searx/static/themes/simple/src/js/main/keyboard.js +++ b/searx/static/themes/simple/src/js/main/keyboard.js @@ -361,7 +361,6 @@ searxng.ready(function() { helpPanel = document.createElement('div'); helpPanel.id = 'vim-hotkeys-help'; helpPanel.className='dialog-modal'; - helpPanel.style='width: 40%'; initHelpContent(helpPanel); initHelpContent(helpPanel); initHelpContent(helpPanel); |