searxng/searx/static/plugins/css/vim_hotkeys.css

10 lines
175 B
CSS
Raw Normal View History

2016-04-23 16:26:02 +00:00
.vim-hotkeys-help {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999999;
overflow-y: auto;
max-height: 80%;
}