forked from Icycoide/searxng
[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:
parent
d1c09c84e2
commit
4d051c43f3
3 changed files with 3 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue