[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.
This commit is contained in:
Alexandre Flament 2021-11-05 11:33:43 +01:00
parent d1c09c84e2
commit 4d051c43f3
3 changed files with 3 additions and 6 deletions

View file

@ -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);