diff options
| author | Kirill Isakov <ukwt@ya.ru> | 2016-04-23 22:26:02 +0600 |
|---|---|---|
| committer | Kirill Isakov <ukwt@ya.ru> | 2016-04-23 22:26:02 +0600 |
| commit | 3246541bdc405f269179ec737b83772b926c43a6 (patch) | |
| tree | 0b311e6050af84231e01139b0b2c00e09178dad7 /searx/static/plugins/css/vim_hotkeys.css | |
| parent | 603ecbeb6e75b28dff0427ac0cd3689348ef11ce (diff) | |
[WIP] Add vim-hotkeys plugin
Diffstat (limited to 'searx/static/plugins/css/vim_hotkeys.css')
| -rw-r--r-- | searx/static/plugins/css/vim_hotkeys.css | 9 |
1 files changed, 9 insertions, 0 deletions
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%; +} |