From 4d051c43f3f91357a6db8147e5cfb2d9f9a79286 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 5 Nov 2021 11:33:43 +0100 Subject: [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. --- searx/static/themes/simple/src/js/main/keyboard.js | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/static/themes/simple/src/js') 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); -- cgit v1.2.3