From 3246541bdc405f269179ec737b83772b926c43a6 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Sat, 23 Apr 2016 22:26:02 +0600 Subject: [WIP] Add vim-hotkeys plugin --- searx/static/plugins/css/vim_hotkeys.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 searx/static/plugins/css/vim_hotkeys.css (limited to 'searx/static/plugins/css/vim_hotkeys.css') diff --git a/searx/static/plugins/css/vim_hotkeys.css b/searx/static/plugins/css/vim_hotkeys.css new file mode 100644 index 000000000..19745d942 --- /dev/null +++ b/searx/static/plugins/css/vim_hotkeys.css @@ -0,0 +1,9 @@ +.vim-hotkeys-help { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 9999999; + overflow-y: auto; + max-height: 80%; +} -- cgit v1.2.3